mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 00:34:26 +02:00
11 lines
No EOL
317 B
CMake
11 lines
No EOL
317 B
CMake
set(TARGET_NAME audio)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
setup_hifi_library(Network)
|
|
|
|
include_glm()
|
|
|
|
link_hifi_libraries(networking shared)
|
|
|
|
# call macro to include our dependency includes and bubble them up via a property on our target
|
|
include_dependency_includes() |