Add OPTION_PARTIAL_BUILD for building subset(s) of tarred sources

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8331 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2022-07-22 15:57:01 +00:00
parent 91378fca49
commit 1e6e7d8ae6
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ MACRO(ADD_SD_COMPILE_OPTIONS)
SET(OPTION_ALL_IN_ONE_PACKAGING false CACHE BOOL "Enable CPack's monolithic PACKAGE")
SET(OPTION_PARTIAL_BUILD false CACHE BOOL "Enable this to build from downloaded tar file(s)")
SET(OPTION_TRACKEDITOR true CACHE BOOL "Build the TrackEditor (Requires Java)")
IF(APPLE)