C
Qt Quick Ultralite sprite_animations Example
cmake_minimum_required (VERSION 3.21.1)
project(sprite_animations VERSION 0.0.1 LANGUAGES C CXX ASM)
if (NOT TARGET Qul::Core)
find_package(Qul)
endif()
qul_add_target(sprite_animations QML_PROJECT mcu_sprite_animations.qmlproject GENERATE_ENTRYPOINT)
app_target_setup_os(sprite_animations)