magpie/qml/Forms/CMakeLists.txt
2023-12-16 21:06:04 -03:00

13 lines
219 B
CMake

qt_add_qml_module(magpieForms
URI "qml.Forms"
VERSION 1.0
STATIC
RESOURCE_PREFIX /
NO_PLUGIN
QML_FILES
Login.qml
Register.qml
)
target_link_libraries(magpie PRIVATE magpieForms)