mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 15:49:56 -05:00
e4e9ce7cbe
Closes #16780
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)
|