mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
7 lines
143 B
CMake
7 lines
143 B
CMake
enable_language(CXX)
|
|
|
|
add_subdirectory(ExcludeFromAll EXCLUDE_FROM_ALL)
|
|
|
|
add_executable(main main.cpp)
|
|
target_link_libraries(main PRIVATE foo)
|