Merge pull request #10180 from birarda/bug/add-plugin-dependency-to-AC

make the server plugins a dependency of AC too
This commit is contained in:
Brad Hefta-Gaub 2017-04-10 14:26:41 -07:00 committed by GitHub
commit 04ebdf14a2

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)