mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +02:00
Don't include oven or vhacd-util if client-only OSX
This commit is contained in:
parent
07b02d1442
commit
badbb72ba3
1 changed files with 6 additions and 2 deletions
|
@ -21,16 +21,20 @@ endfunction()
|
||||||
if (BUILD_TOOLS)
|
if (BUILD_TOOLS)
|
||||||
set(ALL_TOOLS
|
set(ALL_TOOLS
|
||||||
udt-test
|
udt-test
|
||||||
vhacd-util
|
|
||||||
gpu-frame-player
|
gpu-frame-player
|
||||||
ice-client
|
ice-client
|
||||||
ktx-tool
|
ktx-tool
|
||||||
ac-client
|
ac-client
|
||||||
skeleton-dump
|
skeleton-dump
|
||||||
atp-client
|
atp-client
|
||||||
oven
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Don't include oven or vhacd-til in OSX client-only DMGs.
|
||||||
|
if (NOT CLIENT_ONLY OR NOT APPLE)
|
||||||
|
list(APPEND ALL_TOOLS oven)
|
||||||
|
list(APPEND ALL_TOOLS vhacd-util)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Allow different tools for stable builds
|
# Allow different tools for stable builds
|
||||||
if (STABLE_BUILD)
|
if (STABLE_BUILD)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in a new issue