CMakeLists.txt 95 B

123
  1. ADD_LIBRARY( One OneSrc.c )
  2. # This library has no dependencies
  3. TARGET_LINK_LIBRARIES( One "" )