overte/plugins/pcmCodec/CMakeLists.txt
2018-03-20 14:20:58 -07:00

15 lines
379 B
CMake

#
# Created by Brad Hefta-Gaub on 6/9/2016
# Copyright 2016 High Fidelity, Inc.
#
# Distributed under the Apache License, Version 2.0.
# See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html
#
set(TARGET_NAME pcmCodec)
setup_hifi_client_server_plugin()
link_hifi_libraries(shared plugins)
if (BUILD_SERVER)
install_beside_console()
endif ()