File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ INCLUDE( VERSION.cmake )
1919
2020SET (PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR} .${PLUGIN_VERSION_MINOR} .${PLUGIN_VERSION_PATCH} " )
2121
22+ SET (VERSION_MAJOR "0" )
23+ SET (VERSION_MINOR "1" )
2224#SET(CMAKE_BUILD_TYPE Debug)
2325
2426INCLUDE ("cmake/PluginConfigure.cmake" )
@@ -44,8 +46,6 @@ SET(SRC_DEV
4446 src/icons.cpp
4547)
4648
47- # INCLUDE("cmake/PluginNMEA.cmake")
48- # INCLUDE("cmake/PluginJSON.cmake")
4949SET (SRC_NMEA0183
5050 src/nmea0183/LatLong.hpp
5151 src/nmea0183/latlong.cpp
@@ -70,7 +70,9 @@ SET(SRC_NMEA0183
7070 src/nmea0183/gll.cpp
7171 src/nmea0183/gga.hpp
7272 src/nmea0183/gga.cpp
73- )
73+ )
74+ # INCLUDE("cmake/PluginNMEA.cmake")
75+ # INCLUDE("cmake/PluginJSON.cmake")
7476INCLUDE_DIRECTORIES (nmea0183)
7577IF (WIN32 )
7678SET (SRC_JSON
You can’t perform that action at this time.
0 commit comments