mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-27 10:30:09 +02:00
when cmake is told SERVER_ONLY, still build server-side plugins
This commit is contained in:
parent
c36d0d91ad
commit
5485b3ee13
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
||||||
macro(SETUP_HIFI_CLIENT_SERVER_PLUGIN)
|
macro(SETUP_HIFI_CLIENT_SERVER_PLUGIN)
|
||||||
set(${TARGET_NAME}_SHARED 1)
|
set(${TARGET_NAME}_SHARED 1)
|
||||||
setup_hifi_library(${ARGV})
|
setup_hifi_library(${ARGV})
|
||||||
add_dependencies(interface ${TARGET_NAME})
|
if (NOT DEFINED SERVER_ONLY)
|
||||||
|
add_dependencies(interface ${TARGET_NAME})
|
||||||
|
endif()
|
||||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Plugins")
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Plugins")
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
|
Loading…
Reference in a new issue