1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-26 13:43:02 +04:00
Files
json/test/src/prefix.hpp
T
Tushar Maheshwari 85ce4d7b53 cmake compile time reduce using cotire
- Add prefix header
  - Include catch.hpp
  - Include json.hpp
    - Replace private with public for all json_unit files
- Move `unit.cpp` to an object library
- cotire issue: strip whitespace from CMAKE_INCLUDE_SYSTEM_FLAG_CXX
2017-02-19 13:35:54 +05:30

8 lines
101 B
C++

#pragma once
#include "catch.hpp"
#define private public
#include "json.hpp"
using nlohmann::json;