From 287ab616185831db7c957121417b8a0ee8960ed9 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 17 Nov 2014 14:06:41 -0800 Subject: [PATCH] link Gui and Script to shared since they are dependencies --- libraries/shared/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/shared/CMakeLists.txt b/libraries/shared/CMakeLists.txt index 83ad4c8283..ef5555769e 100644 --- a/libraries/shared/CMakeLists.txt +++ b/libraries/shared/CMakeLists.txt @@ -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() \ No newline at end of file