Add initial prototype.

This commit is contained in:
Rod Kay
2022-07-31 17:34:54 +10:00
commit 54a53b2ac0
1421 changed files with 358874 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
add_library(sajson STATIC sajson.cpp sajson.h)
target_include_directories(sajson PUBLIC ..)
set_target_properties(sajson PROPERTIES
CXX_STANDARD 11
CXX_STANDARD_REQUIRED YES
CXX_EXTENSIONS NO
)
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES sajson.cpp sajson.h)

View File

@@ -0,0 +1,2 @@
// This cpp is here to force cmake to make a project file for sajson.
int sajson_dummy;

File diff suppressed because it is too large Load Diff