CMakeLists.txt 95 B

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