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