Added build scripts

This commit is contained in:
WolverinDEV
2018-08-08 14:21:32 +00:00
parent 2bf3088c77
commit 911423f867
15 changed files with 83 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
cd jsoncpp/build
cmake ..
make -j 12 CXX_FLAGS="-std=c++11 -fPIC"