CMakeLists.txt 103 B

1234
  1. add_library(inputprocess
  2. BInputProcess.c
  3. )
  4. target_link_libraries(inputprocess system flow process)