3 lines
92 B
CMake
3 lines
92 B
CMake
|
enable_language(CXX)
|
||
|
add_executable(foo foo.cpp ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt)
|