mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 20:42:36 +02:00
12 lines
389 B
CMake
12 lines
389 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
|
|
#
|
|
|
|
set(TARGET_NAME hifiSdl2)
|
|
setup_hifi_plugin(Script Qml Widgets)
|
|
link_hifi_libraries(shared controllers plugins input-plugins script-engine)
|
|
target_sdl2()
|