mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
14 lines
222 B
CMake
14 lines
222 B
CMake
set(TARGET_NAME ktx-tool)
|
|
|
|
setup_hifi_project(Quick Gui Concurrent)
|
|
|
|
link_hifi_libraries(shared networking image gl gpu ktx)
|
|
|
|
target_gli()
|
|
|
|
setup_memory_debugger()
|
|
|
|
if (WIN32)
|
|
package_libraries_for_deployment()
|
|
endif()
|
|
|