You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tork/src/GeoIP-1.4.0/libGeoIP/CMakeLists.txt

24 lines
367 B

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src
${ZLIB_INCLUDE_DIRS}
)
##### geoip (static)
tde_add_library( geoip STATIC_PIC
SOURCES
GeoIP.c
GeoIPCity.c
regionName.c
timeZone.c
GeoIPUpdate.c
md5.c
LINK
${ZLIB_LIBRARIES}
)