13 lines
256 B
CMake
13 lines
256 B
CMake
qt_add_qml_module(magpieComponents
|
|
URI magpie.Components
|
|
VERSION 1.0
|
|
STATIC
|
|
RESOURCE_PREFIX /
|
|
OUTPUT_DIRECTORY ../magpie/Components
|
|
NO_PLUGIN
|
|
QML_FILES
|
|
Modal.qml
|
|
)
|
|
|
|
target_link_libraries(magpie PRIVATE magpieComponents)
|