summaryrefslogtreecommitdiff
path: root/navit/graphics/gd/CMakeLists.txt
blob: cf411b9ae24b8089190939fa5fb6434a7fa9ad7c (plain)
1
2
3
include_directories(${GD_INCLUDE_DIR})
module_add_library(graphics_gd graphics_gd.c)
target_link_libraries(graphics_gd ${GD_LIBS})