We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c4b9e commit ae23b26Copy full SHA for ae23b26
CMakeLists.txt
@@ -381,6 +381,10 @@ if (ENABLE_MONGOC)
381
382
endif ()
383
384
+install (FILES COPYING NEWS README.rst THIRD_PARTY_NOTICES
385
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/mongo-c-driver
386
+)
387
+
388
if (ENABLE_UNINSTALL)
389
if (WIN32)
390
if (ENABLE_MONGOC)
debian/libmongoc-1.0-0.docs
@@ -0,0 +1,4 @@
1
+debian/tmp/usr/share/mongo-c-driver/COPYING
2
+debian/tmp/usr/share/mongo-c-driver/NEWS
3
+debian/tmp/usr/share/mongo-c-driver/README.rst
4
+debian/tmp/usr/share/mongo-c-driver/THIRD_PARTY_NOTICES
0 commit comments