X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=thirdparty%2Fqjson%2FCMakeLists.txt;h=f142371af94d433086aeed869da2fa6b26415c7f;hb=656e70fcb18b2579e98ec3f4e6a55a89a9772b74;hp=512efc83ef33629a5a7cc9bdf4fb96f68fa260fc;hpb=1f94577d8c4b1c1a2a1a8f3dceb0daac02dd72b7;p=apitrace diff --git a/thirdparty/qjson/CMakeLists.txt b/thirdparty/qjson/CMakeLists.txt index 512efc8..f142371 100644 --- a/thirdparty/qjson/CMakeLists.txt +++ b/thirdparty/qjson/CMakeLists.txt @@ -27,4 +27,13 @@ set (qjson_SRCS #serializerrunnable.cpp ) -add_library (qjson_bundled STATIC ${qjson_SRCS} ${qjson_MOC_SRCS}) +add_library (qjson_bundled STATIC EXCLUDE_FROM_ALL + ${qjson_SRCS} + ${qjson_MOC_SRCS} +) + +install ( + FILES COPYING.lib + DESTINATION ${DOC_INSTALL_DIR} + RENAME LICENSE-qjson.txt +)