mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 00:02:22 +02:00
14 lines
447 B
CMake
14 lines
447 B
CMake
# Copyright 2013-2017, High Fidelity, Inc.
|
|
# Copyright 2023 Overte e.V.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set(TARGET_NAME controllers)
|
|
|
|
# set a default root dir for each of our optional externals if it was not passed
|
|
setup_hifi_library(Qml)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
link_hifi_libraries(shared script-engine)
|
|
include_hifi_library_headers(networking)
|
|
|
|
GroupSources("src/controllers")
|