File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ENDIF(NOT WIN32)
5
5
6
6
SET (QGIS_APP_SRCS
7
7
${CMAKE_SOURCE_DIR} /external/nmea/gmath.c
8
- ${CMAKE_SOURCE_DIR} /external/nlohmann/json.hpp
9
8
10
9
qgisapp.cpp
11
10
qgisappinterface.cpp
Original file line number Diff line number Diff line change 3
3
4
4
SET (QGIS_CORE_SRCS
5
5
${CMAKE_SOURCE_DIR} /external/kdbush/include/kdbush.hpp
6
- ${CMAKE_SOURCE_DIR} /external/nlohmann/json.hpp
7
- ${CMAKE_SOURCE_DIR} /external/nlohmann/json_fwd.hpp
8
-
9
6
${CMAKE_SOURCE_DIR} /external/nmea/context.c
10
7
${CMAKE_SOURCE_DIR} /external/nmea/gmath.c
11
8
${CMAKE_SOURCE_DIR} /external/nmea/info.c
@@ -1323,6 +1320,7 @@ ENDIF(HAVE_OPENCL)
1323
1320
1324
1321
IF (NOT APPLE )
1325
1322
INSTALL (FILES ${QGIS_CORE_HDRS} ${QGIS_CORE_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR} )
1323
+ INSTALL (FILES ${CMAKE_SOURCE_DIR} /external/nlohmann/json_fwd.hpp DESTINATION ${QGIS_INCLUDE_DIR} /nlohmann )
1326
1324
ELSE (NOT APPLE )
1327
1325
SET_TARGET_PROPERTIES (qgis_core PROPERTIES
1328
1326
CLEAN_DIRECT_OUTPUT 1
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ IF(WITH_QSPATIALITE)
6
6
ENDIF (WITH_QSPATIALITE )
7
7
8
8
SET (SPATIALITE_SRCS
9
- ${CMAKE_SOURCE_DIR} /external/nlohmann/json.hpp
10
9
qgsspatialiteprovider.cpp
11
10
qgsspatialitedataitems.cpp
12
11
qgsspatialiteconnection.cpp
You can’t perform that action at this time.
0 commit comments