diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-20 18:05:50 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-20 18:05:50 -0400 |
| commit | fdf404c46165d4faa57678cc3b9ff6af4dda4a01 (patch) | |
| tree | 6b8c606a9d34215e0bcd7a9691fc0d32e262ccca /indra | |
| parent | ba30737d8f4add8ddd8c77d18df6497b46583fe9 (diff) | |
Speed up build and configure by only generating top level xcode project and enabling dependency buildsystem optimization
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 69dfe50553..62f8e0ff8b 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -35,6 +35,8 @@ if (NOT DEFINED CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 20) endif() set(CMAKE_CXX_STANDARD_REQUIRED ON) +set(CMAKE_OPTIMIZE_DEPENDENCIES ON) +set(CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY ON) include(Variables) include(BuildVersion) |
