mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add missing dependency on script-engine
This commit is contained in:
parent
ac7ebe2888
commit
890f8e0bc2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Declare dependencies
|
||||
macro (SETUP_TESTCASE_DEPENDENCIES)
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(shared audio audio-client plugins networking)
|
||||
link_hifi_libraries(shared audio audio-client plugins networking script-engine)
|
||||
|
||||
package_libraries_for_deployment()
|
||||
endmacro ()
|
||||
|
|
Loading…
Reference in a new issue