add mac support to the codec plugin

This commit is contained in:
Brad Hefta-Gaub 2016-07-11 18:28:04 -07:00
parent 3ddac73718
commit 6f0967f3fc

View file

@ -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()