mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:35:32 +02: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()
|
|
|