Initial reorganization

This commit is contained in:
Dale Glass 2023-06-25 23:03:03 +02:00
parent 4e3bba047e
commit 6ec276c818
7 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,17 @@
set(TARGET_NAME monitoring)
setup_hifi_library()
link_hifi_libraries(shared networking)
add_crashpad()
target_breakpad()
if (UNIX AND NOT APPLE)
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
target_link_libraries(Threads::Threads)
endif()
if (WIN32)
add_compile_definitions(_USE_MATH_DEFINES)
endif()