mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 19:23:04 +02:00
9 lines
218 B
CMake
9 lines
218 B
CMake
|
|
# Declare dependencies
|
|
macro (SETUP_TESTCASE_DEPENDENCIES)
|
|
target_bullet()
|
|
link_hifi_libraries(shared test-utils physics gpu graphics)
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase(Script)
|