mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 13:32:54 +02:00
14 lines
376 B
CMake
14 lines
376 B
CMake
#
|
|
# Created by Anthony Thibault on 2019/8/24
|
|
# Copyright 2019 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 hifiOsc)
|
|
setup_hifi_plugin(Qml)
|
|
link_hifi_libraries(shared controllers ui plugins input-plugins display-plugins)
|
|
target_liblo()
|
|
|
|
|