refactor: Switch from rapidjson to nlohmann

This commit is contained in:
Lars Toenning
2024-06-10 21:10:19 +02:00
parent 14cd2ded43
commit eee9e92e7e
8 changed files with 53 additions and 72 deletions

View File

@@ -1,5 +0,0 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
add_library(externals_rapidjson INTERFACE)
target_include_directories(externals_rapidjson SYSTEM INTERFACE ${PROJECT_SOURCE_DIR}/third_party/externals/common/include)