summaryrefslogtreecommitdiff
path: root/navit/map/shapefile/CMakeLists.txt
blob: 7401f7e11464221703fa484c226b027659175793 (plain)
1
2
3
4
5
6
set (map_shapefile_SRC shapefile.c)
if (NOT HAVE_SYSTEM_SHAPEFILELIB)
	set (map_shapefile_SRC ${map_shapefile_SRC} dbfopen.c shpopen.c shptree.c)
endif()

module_add_library(map_shapefile ${map_shapefile_SRC})