poco/CppUnit/CMakeLists.txt
2012-06-26 12:37:02 +00:00

12 lines
215 B
CMake

set(LIBNAME "CppUnit")
aux_source_directory(src SRCS)
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
set_target_properties( ${LIBNAME}
PROPERTIES
VERSION "1"
SOVERSION "1")
target_link_libraries( ${LIBNAME} )