mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 16:59:48 +02:00
9 lines
291 B
CMake
9 lines
291 B
CMake
set(TARGET_NAME recording)
|
|
|
|
# set a default root dir for each of our optional externals if it was not passed
|
|
setup_hifi_library(Script)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
link_hifi_libraries(shared networking)
|
|
|
|
GroupSources("src/recording")
|