blob: 64c1dbd8a43f27a3163f2ee92975f5789dbc7375 [file] [log] [blame]
include_directories(.. ${CMAKE_CURRENT_BINARY_DIR}/..)
add_library(marmotta_util murmur3.cc murmur3.h
iterator.h time_logger.cc time_logger.h threadpool.h)
add_library(marmotta_raptor_util raptor_util.h raptor_util.cc)
target_link_libraries(marmotta_raptor_util marmotta_model ${CMAKE_THREAD_LIBS_INIT} ${RAPTOR_LIBRARY} ${GFLAGS_LIBRARY})