link Gui and Script to shared since they are dependencies

This commit is contained in:
Stephen Birarda 2014-11-17 14:06:41 -08:00
parent 473ae10104
commit 287ab61618

View file

@ -1,7 +1,8 @@
set(TARGET_NAME shared)
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
setup_hifi_library(Network)
# TODO: We probably don't want Script and Gui to have to be dependencies here - need some decoupling for script meta types
setup_hifi_library(Network Script Gui)
# call macro to link our dependencies and bubble them up via a property on our target
link_shared_dependencies()