mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-20 00:09:39 +02:00
13 lines
350 B
CMake
13 lines
350 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)
|
|
install_beside_console()
|
|
|