mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 21:04:21 +00:00
4 lines
130 B
CMake
4 lines
130 B
CMake
set(CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY TRUE)
|
|
project(XcodeGenerateTopLevelProjectOnly NONE)
|
|
add_subdirectory(subproject)
|