mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix windows build of grass fake library
This commit is contained in:
parent
0e7b60e25e
commit
ab6a232c4f
@ -438,6 +438,7 @@ SET ( PROTOTYPES "// Auto generated by cmake, do not edit\n" )
|
|||||||
LIST ( APPEND PROTOTYPES "#define GRASS_GISDEFS_H\n" )
|
LIST ( APPEND PROTOTYPES "#define GRASS_GISDEFS_H\n" )
|
||||||
LIST ( APPEND PROTOTYPES "extern \"C\"\n" )
|
LIST ( APPEND PROTOTYPES "extern \"C\"\n" )
|
||||||
LIST ( APPEND PROTOTYPES "{\n" )
|
LIST ( APPEND PROTOTYPES "{\n" )
|
||||||
|
LIST ( APPEND PROTOTYPES "#include <sys/types.h>\n" )
|
||||||
LIST ( APPEND PROTOTYPES "#include <grass/gis.h>\n" )
|
LIST ( APPEND PROTOTYPES "#include <grass/gis.h>\n" )
|
||||||
#LIST ( APPEND PROTOTYPES "int GRASS_LIB_EXPORT G_set_error_routine(int (*)(const char *, int))\;\n" )
|
#LIST ( APPEND PROTOTYPES "int GRASS_LIB_EXPORT G_set_error_routine(int (*)(const char *, int))\;\n" )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user