mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 19:28:20 +02:00
15 lines
385 B
CMake
15 lines
385 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 audio plugins)
|
|
|
|
if (BUILD_SERVER)
|
|
install_beside_console()
|
|
endif ()
|