mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-20 07:20:36 +02:00
Create scribe only build mode
This commit is contained in:
parent
a578e64416
commit
52af45a355
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ include("cmake/init.cmake")
|
||||||
|
|
||||||
include("cmake/compiler.cmake")
|
include("cmake/compiler.cmake")
|
||||||
|
|
||||||
|
if (BUILD_SCRIBE_ONLY)
|
||||||
|
add_subdirectory(tools/scribe)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
if (NOT DEFINED SERVER_ONLY)
|
if (NOT DEFINED SERVER_ONLY)
|
||||||
set(SERVER_ONLY 0)
|
set(SERVER_ONLY 0)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue