Skip to content

Commit 0bdd55b

Browse files
committed
Fix cmake files
1 parent 1fff062 commit 0bdd55b

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

src/core/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ set(HEADERS
4040
gui/dialogs/core_dialogbase.h
4141
gui/dialogs/core_dialogsystemsettings.h
4242
gui/dialogs/core_dialogsettings.h
43+
gui/dialogs/core_dialogprojectinfo.h
4344
gui/dialogs/core_dialogproject.h
4445
gui/dialogs/core_dialogport.h
4546
gui/dialogs/core_dialogdevice.h
@@ -81,7 +82,8 @@ set(SOURCES
8182
${CMAKE_CURRENT_LIST_DIR}/project/core_builder.cpp
8283
gui/dialogs/core_dialogbase.cpp
8384
gui/dialogs/core_dialogsystemsettings.cpp
84-
gui/dialogs/core_dialogproject.cpp
85+
gui/dialogs/core_dialogprojectinfo.cpp
86+
gui/dialogs/core_dialogproject.cpp
8587
gui/dialogs/core_dialogport.cpp
8688
gui/dialogs/core_dialogdevice.cpp
8789
gui/dialogs/core_dialogdataview.cpp

src/core/sdk/mbcore_config.h

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
#ifndef MBCORE_CONFIG_H
2-
#define MBCORE_CONFIG_H
3-
4-
/*
5-
Major part of mbtools version
6-
*/
7-
#define MBTOOLS_VERSION_MAJOR 0
8-
9-
/*
10-
Minor part of mbtools version
11-
*/
12-
#define MBTOOLS_VERSION_MINOR 3
13-
14-
/*
15-
Patch part of mbtools version
16-
*/
17-
#define MBTOOLS_VERSION_PATCH 6
18-
19-
#endif // MBCORE_CONFIG_H
1+
#ifndef MBCORE_CONFIG_H
2+
#define MBCORE_CONFIG_H
3+
4+
/*
5+
Major part of mbtools version
6+
*/
7+
#define MBTOOLS_VERSION_MAJOR 0
8+
9+
/*
10+
Minor part of mbtools version
11+
*/
12+
#define MBTOOLS_VERSION_MINOR 3
13+
14+
/*
15+
Patch part of mbtools version
16+
*/
17+
#define MBTOOLS_VERSION_PATCH 6
18+
19+
#endif // MBCORE_CONFIG_H

0 commit comments

Comments
 (0)