There was an error while loading. Please reload this page.
1 parent c614f64 commit 430ceb8Copy full SHA for 430ceb8
src/CMakeLists.txt
@@ -8,4 +8,5 @@ qt_add_qml_module(appscratchcpp-player
8
QML_FILES main.qml
9
)
10
11
+add_subdirectory(global)
12
add_subdirectory(uicomponents)
src/global/CMakeLists.txt
@@ -0,0 +1,6 @@
1
+set(MODULE global)
2
+set(MODULE_URI Global)
3
+set(MODULE_SRC
4
+)
5
+
6
+include(${PROJECT_SOURCE_DIR}/build/module.cmake)
0 commit comments