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