summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/include/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/jsoncpp/include/CMakeLists.txt')
-rw-r--r--3rdparty/jsoncpp/include/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/jsoncpp/include/CMakeLists.txt b/3rdparty/jsoncpp/include/CMakeLists.txt
new file mode 100644
index 00000000000..7dde10d6feb
--- /dev/null
+++ b/3rdparty/jsoncpp/include/CMakeLists.txt
@@ -0,0 +1,2 @@
+FILE(GLOB INCLUDE_FILES "json/*.h")
+INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${INCLUDE_INSTALL_DIR}/json)