mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +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 ()
|
endif ()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
add_dependency_external_projects(wasapi)
|
||||||
package_libraries_for_deployment()
|
package_libraries_for_deployment()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ setup_memory_debugger()
|
||||||
link_hifi_libraries(shared recording)
|
link_hifi_libraries(shared recording)
|
||||||
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()
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ 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