CMakeLists.txt 70 B

123
  1. add_library( Eight EightSrc.c )
  2. target_link_libraries( Eight Seven )