mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 12:58:36 +02:00
10 lines
209 B
CMake
10 lines
209 B
CMake
|
|
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared networking)
|
|
|
|
copy_dlls_beside_windows_executable()
|
|
endmacro()
|
|
|
|
setup_hifi_testcase()
|