
add_library(esdmposix SHARED posix.c ../generic-perf-model/lat-thr.c)
target_link_libraries(esdmposix ${GLIB_LIBRARIES})
include_directories(${ESDM_INCLUDE_DIRS} ${CMAKE_BINARY_DIR} ${GLIB_INCLUDE_DIRS} ${Jansson_INCLUDE_DIRS})

install(TARGETS esdmposix LIBRARY DESTINATION lib)

SUBDIRS(test)
