mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
first cut and removing openGl dependency in shared
This commit is contained in:
parent
db56e15410
commit
673e1ee0cc
3 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ set(TARGET_NAME shared)
|
|||
|
||||
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
||||
# TODO: there isn't really a good reason to have Script linked here - let's get what is requiring it out (RegisteredMetaTypes.cpp)
|
||||
setup_hifi_library(Gui Network OpenGL Script Widgets)
|
||||
setup_hifi_library(Gui Network Script Widgets)
|
||||
|
||||
setup_hifi_opengl()
|
||||
|
||||
|
|
Loading…
Reference in a new issue