overte-lubosz/tools/oven/CMakeLists.txt
2017-04-26 18:37:36 -07:00

9 lines
180 B
CMake

set(TARGET_NAME oven)
setup_hifi_project(Widgets Gui Concurrent)
link_hifi_libraries(model-baking shared image gpu ktx)
if (WIN32)
package_libraries_for_deployment()
endif ()