mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06: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)
|