mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
This is enabled with the VIRCADIA_THREAD_DEBUGGING environment variable. It's incompatible with VIRCADIA_MEMORY_DEBUGGING, so only one of those can be enabled for a build.
5 lines
139 B
CMake
5 lines
139 B
CMake
set(TARGET_NAME ac-client)
|
|
setup_hifi_project(Core)
|
|
setup_memory_debugger()
|
|
setup_thread_debugger()
|
|
link_hifi_libraries(shared networking)
|