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.
15 lines
254 B
CMake
15 lines
254 B
CMake
set(TARGET_NAME ktx-tool)
|
|
|
|
setup_hifi_project(Quick Gui Concurrent)
|
|
|
|
link_hifi_libraries(shared networking image gl shaders gpu ktx)
|
|
|
|
target_gli()
|
|
|
|
setup_memory_debugger()
|
|
setup_thread_debugger()
|
|
|
|
if (WIN32)
|
|
package_libraries_for_deployment()
|
|
endif()
|
|
|