mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 00:27:42 +02:00
9 lines
180 B
CMake
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 ()
|