mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-16 05:48:45 +02:00
16 lines
408 B
CMake
16 lines
408 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
|
|
#
|
|
|
|
if (WIN32)
|
|
|
|
set(TARGET_NAME hifiNeuron)
|
|
setup_hifi_plugin(Qml)
|
|
link_hifi_libraries(shared controllers qml ui plugins input-plugins)
|
|
target_neuron()
|
|
|
|
endif()
|