mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-27 03:08:35 -06: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)
|