//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE. See the above copyright notice for more information. // //============================================================================ #ifndef fides_thirdparty_rapidjson_h #define fides_thirdparty_rapidjson_h #cmakedefine01 FIDES_USE_EXTERNAL_RAPIDJSON #if FIDES_USE_EXTERNAL_RAPIDJSON # define FIDES_RAPIDJSON(header)
#else # define FIDES_RAPIDJSON(header) # define rapidjson fidesrapidjson #endif #endif