add_library(opt
 src/probe.c)
target_include_directories(opt PUBLIC inc
  PRIVATE src)

