overte/tools/ktx-tool/CMakeLists.txt
2018-10-23 10:40:12 -07:00

14 lines
230 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()
if (WIN32)
package_libraries_for_deployment()
endif()