mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +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)
|
||||
set(${TARGET_NAME}_SHARED 1)
|
||||
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")
|
||||
|
||||
if (APPLE)
|
||||
|
|
Loading…
Reference in a new issue