mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:35:32 +02:00
11 lines
No EOL
199 B
CMake
11 lines
No EOL
199 B
CMake
|
|
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared)
|
|
|
|
copy_dlls_beside_windows_executable()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase() |