mirror of
https://github.com/reactos/CMake.git
synced 2025-01-05 18:38:46 +00: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)
|