Move jsonsl and wildmat to third-party (#4402)

* Move jsonsl to third-party

This treats it as proper 3rd-party code to which our warning and style
settings don't extend.

* Move wildmat to third-party

This treats it as proper 3rd-party code to which our warning and style
settings don't extend.

* Fixup Xcode project to match new project structure
This commit is contained in:
Mike Gelfand
2022-12-18 11:19:07 -08:00
committed by GitHub
parent 28b12f091f
commit 128cf34123
12 changed files with 270 additions and 35 deletions

7
third-party/jsonsl/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,7 @@
add_library(jsonsl STATIC
jsonsl.c
jsonsl.h)
target_include_directories(jsonsl
PUBLIC
${CMAKE_CURRENT_LIST_DIR})

1668
third-party/jsonsl/jsonsl.c vendored Normal file

File diff suppressed because it is too large Load Diff

1006
third-party/jsonsl/jsonsl.h vendored Normal file

File diff suppressed because it is too large Load Diff