CMakeLists.txt 73 B

123
  1. add_library( Three ThreeSrc.c )
  2. target_link_libraries( Three One Four )