diff --git a/plugins/hifiCodec/CMakeLists.txt b/plugins/hifiCodec/CMakeLists.txt index da964bfdfd..3939529c3e 100644 --- a/plugins/hifiCodec/CMakeLists.txt +++ b/plugins/hifiCodec/CMakeLists.txt @@ -6,9 +6,7 @@ # See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html # - - -if (WIN32) +if (WIN32 OR APPLE) set(TARGET_NAME hifiCodec) setup_hifi_client_server_plugin()