enabling json library
This commit is contained in:
parent
237b43480f
commit
cd95cff229
@ -17,7 +17,7 @@ project(cppScratch
|
|||||||
LANGUAGES
|
LANGUAGES
|
||||||
CXX)
|
CXX)
|
||||||
|
|
||||||
# set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
// #include <nlohmann/json.hpp>
|
|
||||||
|
|
||||||
void example_func();
|
void example_func();
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "cppScratch/test.hpp"
|
#include "library/lib.hpp"
|
||||||
#include "library/lib.hpp"
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#include "cppScratch/test.hpp"
|
#include "cppScratch/test.hpp"
|
||||||
#include "cppScratch/dal/dal.hpp"
|
#include "cppScratch/dal/dal.hpp"
|
||||||
|
|
||||||
|
#include <nlohmann/json.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user