add_library(binparse STATIC types.hpp parse.hpp parse.cpp output.hpp output.cpp otreestream.hpp otreestream.cpp ) target_include_directories(binparse INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} ) target_compile_options(binparse PUBLIC "-std=c++14" ) target_link_libraries(binparse PRIVATE fusion-utils )