mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 00:23:34 +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)
|
||||
set(ALL_TOOLS
|
||||
udt-test
|
||||
vhacd-util
|
||||
gpu-frame-player
|
||||
ice-client
|
||||
ktx-tool
|
||||
ac-client
|
||||
skeleton-dump
|
||||
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
|
||||
if (STABLE_BUILD)
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue