mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 17:30:37 +02:00
16 lines
525 B
CMake
16 lines
525 B
CMake
set(TARGET_NAME recording-test)
|
|
# This is not a testcase -- just set it up as a regular hifi project
|
|
setup_hifi_project(Test)
|
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
|
link_hifi_libraries(shared recording)
|
|
copy_dlls_beside_windows_executable()
|
|
|
|
# FIXME convert to unit tests
|
|
# Declare dependencies
|
|
#macro (setup_testcase_dependencies)
|
|
# # link in the shared libraries
|
|
# link_hifi_libraries(shared recording)
|
|
#
|
|
# copy_dlls_beside_windows_executable()
|
|
#endmacro ()
|
|
#setup_hifi_testcase()
|