mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:09:52 +02:00
Update CMakeLists.txt
Fix interface linking errors on Windows.
This commit is contained in:
parent
d030d82355
commit
32c438ffc2
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
set(TARGET_NAME opusCodec)
|
set(TARGET_NAME opusCodec)
|
||||||
setup_hifi_client_server_plugin()
|
setup_hifi_client_server_plugin()
|
||||||
link_hifi_libraries(shared audio plugins)
|
link_hifi_libraries(shared audio plugins)
|
||||||
|
target_opus()
|
||||||
|
|
||||||
if (BUILD_SERVER)
|
if (BUILD_SERVER)
|
||||||
install_beside_console()
|
install_beside_console()
|
||||||
|
|
Loading…
Reference in a new issue