mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-29 17:03:32 +02:00
8 lines
168 B
CMake
8 lines
168 B
CMake
set(TARGET_NAME audio)
|
|
setup_hifi_library(Network)
|
|
|
|
if (ANDROID)
|
|
add_definitions("-D__STDC_CONSTANT_MACROS")
|
|
endif ()
|
|
|
|
link_hifi_libraries(networking shared plugins)
|