overte-HifiExperiments/libraries/monitoring/CMakeLists.txt
Dale Glass 25755f9c88 Many improvements:
* Get crash settings in assignment clients
* Allow custom crash reporting URL and token
* Fix setting system -- the client's one doesn't belong in the server
* Lots more documentation

Commit just before moving things around.
2023-07-02 21:18:09 +02:00

10 lines
176 B
CMake

set(TARGET_NAME monitoring)
setup_hifi_library()
link_hifi_libraries(shared)
add_crashpad()
target_breakpad()
if (WIN32)
add_compile_definitions(_USE_MATH_DEFINES)
endif()