mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 06:15:31 +02:00
Fixing controller link requirements
This commit is contained in:
parent
570b4a32da
commit
d61b3e5790
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ setup_hifi_project(Script Qml)
|
|||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
||||
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(shared script-engine plugins input-plugins display-plugins controllers)
|
||||
link_hifi_libraries(shared gl script-engine plugins render-utils input-plugins display-plugins controllers)
|
||||
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue