mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:36:44 +02:00
make wasapi compile first
This commit is contained in:
parent
70b37f2e8a
commit
a466cf7124
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,10 @@ setup_hifi_project(Test)
|
||||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
||||||
setup_memory_debugger()
|
setup_memory_debugger()
|
||||||
link_hifi_libraries(shared recording)
|
link_hifi_libraries(shared recording)
|
||||||
|
if (WIN32)
|
||||||
|
target_link_libraries(${TARGET_NAME} Winmm.lib)
|
||||||
|
add_dependency_external_projects(wasapi)
|
||||||
|
endif()
|
||||||
package_libraries_for_deployment()
|
package_libraries_for_deployment()
|
||||||
|
|
||||||
# FIXME convert to unit tests
|
# FIXME convert to unit tests
|
||||||
|
|
|
@ -16,6 +16,7 @@ link_hifi_libraries(shared networking model fbx ktx image octree gl gpu gpu-gl r
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
target_link_libraries(${TARGET_NAME} Winmm.lib)
|
target_link_libraries(${TARGET_NAME} Winmm.lib)
|
||||||
|
add_dependency_external_projects(wasapi)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
package_libraries_for_deployment()
|
package_libraries_for_deployment()
|
||||||
|
|
Loading…
Reference in a new issue