mirror of
https://github.com/overte-org/overte.git
synced 2025-06-05 06:41:03 +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)
|