Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xs-test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patrick Chen
xs-test
Commits
3aa80a84
Commit
3aa80a84
authored
Aug 27, 2018
by
Patrick Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add submodule 'nlohmann/json'
parent
cffcffec
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
.gitmodules
.gitmodules
+3
-0
Makefile
Makefile
+2
-1
xs-test.cpp
src/xs-test.cpp
+2
-1
json
submodule/json
+1
-0
No files found.
.gitmodules
0 → 100644
View file @
3aa80a84
[submodule "submodule/json"]
path = submodule/json
url = https://github.com/nlohmann/json.git
Makefile
View file @
3aa80a84
CXX
=
g++
CXX_FLAGS
=
-g
-std
=
c++14
\
-I
/usr/local/include
\
-I
./include
-I
./include
\
-I
./submodule/json/single_include
LD_FLAGS
=
-L
/usr/local/lib
\
-lexchange_server
BUILD_DIR
=
$(
shell
pwd
)
/build
...
...
src/xs-test.cpp
View file @
3aa80a84
#include <iostream>
#include "Config.hpp"
// #include "Config.hpp"
#include "nlohmann/json.hpp"
int
main
()
{
...
...
json
@
d713727f
Subproject commit d713727f2277f2eb919a2dbbfdd534f8988aa493
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment