mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-06-10 20:07:10 +02:00
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
# Create the SAJSON library
|
||||
add_library(SAJSON STATIC include/sajson.h sajson.cpp)
|
||||
# Library includes
|
||||
target_include_directories(SAJSON PRIVATE ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_include_directories(SAJSON PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
|
||||
Vendored
+2600
File diff suppressed because it is too large
Load Diff
Vendored
+1
@@ -0,0 +1 @@
|
||||
#include <sajson.h>
|
||||
Reference in New Issue
Block a user