From 32c438ffc22efabae241cb02e18817e2d38624c7 Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Fri, 10 Jan 2020 12:17:53 -0600 Subject: [PATCH] Update CMakeLists.txt Fix interface linking errors on Windows. --- plugins/opusCodec/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/opusCodec/CMakeLists.txt b/plugins/opusCodec/CMakeLists.txt index 176c311fe8..06ed6eab95 100644 --- a/plugins/opusCodec/CMakeLists.txt +++ b/plugins/opusCodec/CMakeLists.txt @@ -9,6 +9,7 @@ set(TARGET_NAME opusCodec) setup_hifi_client_server_plugin() link_hifi_libraries(shared audio plugins) +target_opus() if (BUILD_SERVER) install_beside_console()