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