overte/plugins/hifiSdl2/CMakeLists.txt
2019-11-18 15:20:37 -08:00

14 lines
No EOL
415 B
CMake

#
# Created by Bradley Austin Davis on 2015/11/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 (NOT APPLE)
set(TARGET_NAME hifiSdl2)
setup_hifi_plugin(Qml)
link_hifi_libraries(shared controllers ui plugins input-plugins script-engine)
target_sdl2()
endif()