magpie/qml/CMakeLists.txt

12 lines
187 B
CMake
Raw Normal View History

2023-11-22 23:13:33 +00:00
qt_add_qml_module(megpieQml
URI "qml"
VERSION 1.0
STATIC
RESOURCE_PREFIX /
NO_PLUGIN
QML_FILES
main.qml
)
target_link_libraries(megpie PRIVATE megpieQml)