1
0

ExplicitCMakeLists.cmake 92 B

12
  1. enable_language(CXX)
  2. add_executable(foo foo.cpp ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt)