mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
link Gui and Script to shared since they are dependencies
This commit is contained in:
parent
473ae10104
commit
287ab61618
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
Loading…
Reference in a new issue