#-------------------------------------------------------- # The CMakeLists.txt for: zlogtool # Author(s): Andrew Patrikalakis #-------------------------------------------------------- FILE(GLOB SRC *.cpp) ADD_EXECUTABLE(zlogtool ${SRC}) TARGET_LINK_LIBRARIES(zlogtool anrp_util m pthread z)