Skip to content

Commit 430ceb8

Browse files
committed
Add global module
1 parent c614f64 commit 430ceb8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ qt_add_qml_module(appscratchcpp-player
88
QML_FILES main.qml
99
)
1010

11+
add_subdirectory(global)
1112
add_subdirectory(uicomponents)

src/global/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)