make server plugins a dependency of AC too

This commit is contained in:
Stephen Birarda 2017-04-10 11:23:43 -07:00
parent d59b93e713
commit b57bf956e2

View file

@ -8,9 +8,13 @@
macro(SETUP_HIFI_CLIENT_SERVER_PLUGIN)
set(${TARGET_NAME}_SHARED 1)
setup_hifi_library(${ARGV})
if (NOT DEFINED SERVER_ONLY)
add_dependencies(interface ${TARGET_NAME})
endif()
add_dependencies(assignment-client ${TARGET_NAME})
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Plugins")
if (APPLE)