update cppgtfs, also link shapevl against libzip

This commit is contained in:
Patrick Brosi 2022-10-12 12:48:22 +02:00
parent 29f5b9bd10
commit 496ee739bc
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 21f511f4cff44bff275b2e6e456b7b30ed07d6f1 Subproject commit f21cc4088937e324d146f23fbc2e101e26103201

View file

@ -6,10 +6,12 @@ list(REMOVE_ITEM shapevl_SRC ${shapevl_main})
include_directories( include_directories(
${PFAEDLE_INCLUDE_DIR} ${PFAEDLE_INCLUDE_DIR}
SYSTEM ${LIBZIP_INCLUDE_DIR}
SYSTEM ${LIBZIP_CONF_INCLUDE_DIR}
) )
add_executable(shapevl ${shapevl_main}) add_executable(shapevl ${shapevl_main})
add_library(shapevl_dep ${shapevl_SRC}) add_library(shapevl_dep ${shapevl_SRC})
include_directories(shapevl_dep PUBLIC ${PROJECT_SOURCE_DIR}/src/cppgtfs/src) include_directories(shapevl_dep PUBLIC ${PROJECT_SOURCE_DIR}/src/cppgtfs/src)
target_link_libraries(shapevl shapevl_dep util ad_cppgtfs -lpthread) target_link_libraries(shapevl shapevl_dep util ad_cppgtfs -lpthread ${LIBZIP_LIBRARY})