File tree Expand file tree Collapse file tree 3 files changed +21
-20
lines changed Expand file tree Collapse file tree 3 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,20 @@ IF (NOT MSVC)
19
19
SET_SOURCE_FILES_PROPERTIES (provider.cpp PROPERTIES COMPILE_FLAGS -Wno-error )
20
20
ELSE (NOT MSVC )
21
21
SUBDIRS (vc )
22
+
23
+ SET (GRASS_LIBRARIES
24
+ ${GRASS_LIBRARIES}
25
+ grass_gis
26
+ grass_vect
27
+ grass_gproj
28
+ grass_dbmibase
29
+ grass_dbmiclient
30
+ grass_linkm
31
+ grass_dig2
32
+ grass_dgl
33
+ xdr
34
+ ${GDAL_LIBRARY}
35
+ )
22
36
ENDIF (NOT MSVC )
23
37
24
38
########################################################
Original file line number Diff line number Diff line change @@ -342,13 +342,14 @@ ADD_LIBRARY(grass_dgl SHARED
342
342
SET_TARGET_PROPERTIES (grass_dgl PROPERTIES LINK_FLAGS "/def:${CMAKE_CURRENT_SOURCE_DIR} /grass_dgl.def" )
343
343
344
344
ADD_LIBRARY (grass_gproj SHARED
345
+ ${GRASS_PREFIX} /lib/proj/convert.c
345
346
${GRASS_PREFIX} /lib/proj/datum.c
346
347
${GRASS_PREFIX} /lib/proj/do_proj.c
347
348
${GRASS_PREFIX} /lib/proj/ellipse.c
348
349
${GRASS_PREFIX} /lib/proj/get_proj.c
349
350
)
350
351
SET_TARGET_PROPERTIES (grass_gproj PROPERTIES LINK_FLAGS "/def:${CMAKE_CURRENT_SOURCE_DIR} /grass_gproj.def" )
351
- TARGET_LINK_LIBRARIES (grass_gproj grass_gis grass_rtree grass_dig2 ${PROJ_LIBRARY} )
352
+ TARGET_LINK_LIBRARIES (grass_gproj grass_gis grass_rtree grass_dig2 ${PROJ_LIBRARY} ${GDAL_LIBRARY} )
352
353
353
354
ADD_LIBRARY (grass_dbmibase SHARED
354
355
${GRASS_PREFIX} /lib/db/dbmi_base/alloc.c
@@ -451,20 +452,6 @@ ADD_LIBRARY (grass_dbmiclient SHARED
451
452
SET_TARGET_PROPERTIES (grass_dbmiclient PROPERTIES LINK_FLAGS "/def:${CMAKE_CURRENT_SOURCE_DIR} /grass_dbmiclient.def" )
452
453
TARGET_LINK_LIBRARIES (grass_dbmiclient grass_dbmibase )
453
454
454
- SET (GRASS_LIBRARIES
455
- ${GRASS_LIBRARIES}
456
- grass_gis
457
- grass_vect
458
- grass_proj
459
- grass_dbmibase
460
- grass_dbmiclient
461
- grass_linkm
462
- grass_dig2
463
- grass_dgl
464
- xdr
465
- ${GDAL_LIBRARY}
466
- )
467
-
468
455
INSTALL (TARGETS
469
456
grass_gis
470
457
grass_vect
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ GPJ_get_default_datum_params_by_name
12
12
GPJ_get_ellipsoid_by_name
13
13
GPJ_get_ellipsoid_params
14
14
GPJ_get_equivalent_latlong
15
- ; GPJ_grass_to_osr
16
- ; GPJ_grass_to_wkt
17
- ; GPJ_osr_to_grass
18
- ; GPJ_set_csv_loc
19
- ; GPJ_wkt_to_grass
15
+ GPJ_grass_to_osr
16
+ GPJ_grass_to_wkt
17
+ GPJ_osr_to_grass
18
+ GPJ_set_csv_loc
19
+ GPJ_wkt_to_grass
20
20
free_datum_list
21
21
free_ellps_list
22
22
pj_do_proj
You can’t perform that action at this time.
0 commit comments