summaryrefslogtreecommitdiff
path: root/src/lib/CMakeLists.txt
blob: b6fd65573fe3bd7dcd6ae4d63668160fad94aa92 (plain)
1
2
3
4
5
6
add_library(tng_io SHARED tng_io.c md5.c)

if(ZLIB_FOUND)
  set_target_properties(tng_io PROPERTIES COMPILE_DEFINITIONS USE_ZLIB=1)
  target_link_libraries(tng_io ${ZLIB_LIBRARIES})
endif()
contact: Jan Huwald // Impressum