X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=thirdparty%2Fqjson%2FCMakeLists.txt;h=f142371af94d433086aeed869da2fa6b26415c7f;hb=8fae49d8ccee46f43bb06f035dd5b3ea105ba3aa;hp=512efc83ef33629a5a7cc9bdf4fb96f68fa260fc;hpb=9db16b3989481f8d6dfc8932d760fcc16217ecbd;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 +)