summaryrefslogtreecommitdiff
path: root/thirdparty
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/Jamfile.jam17
m---------thirdparty/scnlib0
2 files changed, 17 insertions, 0 deletions
diff --git a/thirdparty/Jamfile.jam b/thirdparty/Jamfile.jam
new file mode 100644
index 0000000..95481b6
--- /dev/null
+++ b/thirdparty/Jamfile.jam
@@ -0,0 +1,17 @@
+path-constant inc : scnlib/include ;
+
+lib scn :
+ scnlib/src/scn/impl.cpp
+ :
+ <include>scnlib/src
+ <define>SCN_DISABLE_FAST_FLOAT
+ <define>SCN_DISABLE_REGEX
+ <warnings>off
+ -<variant>debug\:<warnings-as-errors>on
+ <warnings-as-errors>off
+ <cflags>-isystem\ $(inc)
+ : :
+ <define>SCN_DISABLE_FAST_FLOAT
+ <define>SCN_DISABLE_REGEX
+ <cflags>-isystem\ $(inc)
+ ;
diff --git a/thirdparty/scnlib b/thirdparty/scnlib
new file mode 160000
+Subproject e937be1a52588621b406d58ce8614f96bb5de74