Skip to content

Commit

Permalink
Use Ragel generated RFC-5321/RFC-6531 parsrr
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Hightower authored and pboettch committed Nov 26, 2022
1 parent 56bb4a4 commit fd622c0
Show file tree
Hide file tree
Showing 5 changed files with 886 additions and 90 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ endif()

# the library
add_library(nlohmann_json_schema_validator
src/smtp-address-validator.cpp
src/json-schema-draft7.json.cpp
src/json-uri.cpp
src/json-validator.cpp
Expand Down Expand Up @@ -153,4 +154,4 @@ if(JSON_VALIDATOR_INSTALL)
DESTINATION
${INSTALL_CMAKE_DIR}
)
endif()
endif()
Loading

0 comments on commit fd622c0

Please sign in to comment.