mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
Add CMakeLists
This commit is contained in:
parent
e5217c44f0
commit
2a394ee290
1 changed files with 10 additions and 0 deletions
10
tests/script-engine/CMakeLists.txt
Normal file
10
tests/script-engine/CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
# Declare dependencies
|
||||||
|
macro (setup_testcase_dependencies)
|
||||||
|
# link in the shared libraries
|
||||||
|
link_hifi_libraries(shared test-utils script-engine networking)
|
||||||
|
|
||||||
|
package_libraries_for_deployment()
|
||||||
|
endmacro ()
|
||||||
|
|
||||||
|
setup_hifi_testcase(Network)
|
Loading…
Reference in a new issue