mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:22:55 +02:00
10 lines
329 B
CMake
10 lines
329 B
CMake
set(TARGET_NAME controllers)
|
|
|
|
# set a default root dir for each of our optional externals if it was not passed
|
|
setup_hifi_library(Script Qml)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
link_hifi_libraries(shared)
|
|
include_hifi_library_headers(networking)
|
|
|
|
GroupSources("src/controllers")
|