mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 14:34:28 +02:00
Force wasapi to compile with domain-server (TEST)
This commit is contained in:
parent
a466cf7124
commit
76223aa06f
3 changed files with 1 additions and 2 deletions
|
@ -44,6 +44,7 @@ if (UNIX)
|
|||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
add_dependency_external_projects(wasapi)
|
||||
package_libraries_for_deployment()
|
||||
endif ()
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ setup_memory_debugger()
|
|||
link_hifi_libraries(shared recording)
|
||||
if (WIN32)
|
||||
target_link_libraries(${TARGET_NAME} Winmm.lib)
|
||||
add_dependency_external_projects(wasapi)
|
||||
endif()
|
||||
package_libraries_for_deployment()
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@ link_hifi_libraries(shared networking model fbx ktx image octree gl gpu gpu-gl r
|
|||
|
||||
if (WIN32)
|
||||
target_link_libraries(${TARGET_NAME} Winmm.lib)
|
||||
add_dependency_external_projects(wasapi)
|
||||
endif()
|
||||
|
||||
package_libraries_for_deployment()
|
||||
|
|
Loading…
Reference in a new issue