# pybind11_json library
add_library(pybind11_json INTERFACE)
target_include_directories(pybind11_json INTERFACE "${CMAKE_CURRENT_LIST_DIR}/include")
