X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=thirdparty%2Fqjson%2FCMakeLists.txt;h=f142371af94d433086aeed869da2fa6b26415c7f;hb=93d51c3065260cdb088f33d3e6d5bdfb4707c1a9;hp=512efc83ef33629a5a7cc9bdf4fb96f68fa260fc;hpb=19972d5edf278f06cb300f3b779d0faf5f19ad18;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 +)