set(HEADERS
  rtperformance.h)
set(CPPS
  rtperformance.cpp)

add_library(rtperformance STATIC ${HEADERS} ${CPPS})
target_link_libraries(rtperformance PRIVATE
  ddio
  logger
)
target_include_directories(rtperformance PUBLIC
  $<BUILD_INTERFACE:
    ${PROJECT_SOURCE_DIR}/rtperformance
  >
)
