Commit 3aa80a84 authored by Patrick Chen's avatar Patrick Chen

add submodule 'nlohmann/json'

parent cffcffec
[submodule "submodule/json"]
path = submodule/json
url = https://github.com/nlohmann/json.git
CXX=g++ CXX=g++
CXX_FLAGS=-g -std=c++14 \ CXX_FLAGS=-g -std=c++14 \
-I/usr/local/include \ -I/usr/local/include \
-I./include -I./include \
-I./submodule/json/single_include
LD_FLAGS=-L/usr/local/lib \ LD_FLAGS=-L/usr/local/lib \
-lexchange_server -lexchange_server
BUILD_DIR=$(shell pwd)/build BUILD_DIR=$(shell pwd)/build
......
#include <iostream> #include <iostream>
#include "Config.hpp" // #include "Config.hpp"
#include "nlohmann/json.hpp"
int main() { int main() {
......
Subproject commit d713727f2277f2eb919a2dbbfdd534f8988aa493
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment