CMakeLists.txt 65 B

123
  1. add_library( Five FiveSrc.c )
  2. target_link_libraries( Five Two )