mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
13 lines
379 B
CMake
13 lines
379 B
CMake
#
|
|
# Created by Anthony Thibault on 2015/12/18
|
|
# Copyright 2015 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 hifiNeuron)
|
|
setup_hifi_plugin(Script Qml Widgets)
|
|
link_hifi_libraries(shared controllers ui plugins input-plugins)
|
|
target_neuron()
|
|
|