mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 17:43:21 +02:00
Create CMakeLists
This commit is contained in:
parent
fbe3f2fbe3
commit
e4c25c0aa1
1 changed files with 10 additions and 0 deletions
10
tests/baking/CMakeLists
Normal file
10
tests/baking/CMakeLists
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
# Declare dependencies
|
||||
macro (setup_testcase_dependencies)
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(shared baking)
|
||||
|
||||
package_libraries_for_deployment()
|
||||
endmacro ()
|
||||
|
||||
setup_hifi_testcase()
|
Loading…
Reference in a new issue