Files
fail/core/util/CMakeLists.txt
2012-05-30 12:56:29 +00:00

9 lines
101 B
CMake

set(SRCS
SynchronizedCounter.cc
Logger.hpp
Logger.cc
ProtoStream.cc
)
add_library(util ${SRCS})