Commit 3a9ccfac by Niels Lohmann

🚧 cleanup

parent 98ad3c3a
...@@ -26,6 +26,7 @@ add_executable(${JSON_UNITTEST_TARGET_NAME} ...@@ -26,6 +26,7 @@ add_executable(${JSON_UNITTEST_TARGET_NAME}
"src/unit-iterators2.cpp" "src/unit-iterators2.cpp"
"src/unit-json_patch.cpp" "src/unit-json_patch.cpp"
"src/unit-json_pointer.cpp" "src/unit-json_pointer.cpp"
"src/unit-meta.cpp"
"src/unit-modifiers.cpp" "src/unit-modifiers.cpp"
"src/unit-msgpack.cpp" "src/unit-msgpack.cpp"
"src/unit-pointer_access.cpp" "src/unit-pointer_access.cpp"
...@@ -35,7 +36,6 @@ add_executable(${JSON_UNITTEST_TARGET_NAME} ...@@ -35,7 +36,6 @@ add_executable(${JSON_UNITTEST_TARGET_NAME}
"src/unit-serialization.cpp" "src/unit-serialization.cpp"
"src/unit-testsuites.cpp" "src/unit-testsuites.cpp"
"src/unit-unicode.cpp" "src/unit-unicode.cpp"
"src/unit-version.cpp"
) )
set_target_properties(${JSON_UNITTEST_TARGET_NAME} PROPERTIES set_target_properties(${JSON_UNITTEST_TARGET_NAME} PROPERTIES
......
...@@ -30,6 +30,7 @@ SOURCES = src/unit.cpp \ ...@@ -30,6 +30,7 @@ SOURCES = src/unit.cpp \
src/unit-iterators2.cpp \ src/unit-iterators2.cpp \
src/unit-json_patch.cpp \ src/unit-json_patch.cpp \
src/unit-json_pointer.cpp \ src/unit-json_pointer.cpp \
src/unit-meta.cpp \
src/unit-modifiers.cpp \ src/unit-modifiers.cpp \
src/unit-msgpack.cpp \ src/unit-msgpack.cpp \
src/unit-pointer_access.cpp \ src/unit-pointer_access.cpp \
...@@ -38,8 +39,7 @@ SOURCES = src/unit.cpp \ ...@@ -38,8 +39,7 @@ SOURCES = src/unit.cpp \
src/unit-regression.cpp \ src/unit-regression.cpp \
src/unit-serialization.cpp \ src/unit-serialization.cpp \
src/unit-testsuites.cpp \ src/unit-testsuites.cpp \
src/unit-unicode.cpp \ src/unit-unicode.cpp
src/unit-version.cpp
OBJECTS = $(SOURCES:.cpp=.o) OBJECTS = $(SOURCES:.cpp=.o)
......
/* /*
__ _____ _____ _____ __ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite) __| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 2.0.9 | | |__ | | | | | | version 2.0.10
|_____|_____|_____|_|___| https://github.com/nlohmann/json |_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>. Licensed under the MIT License <http://opensource.org/licenses/MIT>.
......
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