mirror of
https://github.com/overte-org/overte.git
synced 2025-08-17 06:06:07 +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 ()
|