summaryrefslogtreecommitdiffstats
path: root/src/rapidjson/RapidJSONConfig.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/rapidjson/RapidJSONConfig.cmake.in')
-rw-r--r--src/rapidjson/RapidJSONConfig.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rapidjson/RapidJSONConfig.cmake.in b/src/rapidjson/RapidJSONConfig.cmake.in
new file mode 100644
index 000000000..9fa12186a
--- /dev/null
+++ b/src/rapidjson/RapidJSONConfig.cmake.in
@@ -0,0 +1,3 @@
+get_filename_component(RAPIDJSON_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
+set(RAPIDJSON_INCLUDE_DIRS "@INCLUDE_INSTALL_DIR@")
+message(STATUS "RapidJSON found. Headers: ${RAPIDJSON_INCLUDE_DIRS}")