file(GLOB UTILS_SOURCES CONFIGURE_DEPENDS
    ${CMAKE_CURRENT_SOURCE_DIR}/*.[hc]pp
)
add_library(utils STATIC ${UTILS_SOURCES})
target_link_libraries(utils PUBLIC nlohmann_json::nlohmann_json)