CMakeLists.txt 70 B

12
  1. add_library(process BProcess.c)
  2. target_link_libraries(process system)