Don't include oven or vhacd-util if client-only OSX

This commit is contained in:
David Rowe 2021-04-06 12:06:31 +12:00
parent 07b02d1442
commit badbb72ba3

View file

@ -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()