CMakeLists.txt 73 B

123
  1. ADD_LIBRARY( Three ThreeSrc.c )
  2. TARGET_LINK_LIBRARIES( Three One Four )