CMakeLists.txt 85 B

12345
  1. add_library(ipc
  2. BIPC.c
  3. BIPCServer.c
  4. )
  5. target_link_libraries(ipc system flow)