CMakeLists.txt 72 B

123
  1. project(foo)
  2. add_executable(foo foo.cxx)
  3. target_link_libraries(foo bar)