Skip to content

Commit 0f3b41c

Browse files
committed
Forgot to add jsoncpp folder as submodule. lol
1 parent c60245b commit 0f3b41c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "cpp/jsoncpp"]
2+
path = cpp/jsoncpp
3+
url = https://github.com/open-source-parsers/jsoncpp

cpp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: jpak
22

33
jpak:
4-
g++ -std=c++11 -fPIC -shared JPAK.cpp -lcurl -ljson -o libjpak.so
5-
4+
g++ -Ijsoncpp/includes/json/ -std=c++11 -fPIC -shared JPAK.cpp -lcurl -ljson -o libjpak.so
5+
66
clean:
77
rm -fr libjpak.so

cpp/jsoncpp

Submodule jsoncpp added at f9db82a

0 commit comments

Comments
 (0)