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