mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +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.
7 lines
203 B
CMake
7 lines
203 B
CMake
set(TARGET_NAME skeleton-dump)
|
|
setup_hifi_project(Core)
|
|
setup_memory_debugger()
|
|
setup_thread_debugger()
|
|
link_hifi_libraries(shared fbx hfm graphics gpu gl animation)
|
|
|
|
include_hifi_library_headers(image)
|