X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=thirdparty%2Fgetopt%2FCMakeLists.txt;h=224fc1ea508754dbf0d522c02f5fa1b58deb3a93;hb=8fae49d8ccee46f43bb06f035dd5b3ea105ba3aa;hp=fc46f7d1dc262a849b40e1ea774e92a1356c031c;hpb=9db16b3989481f8d6dfc8932d760fcc16217ecbd;p=apitrace diff --git a/thirdparty/getopt/CMakeLists.txt b/thirdparty/getopt/CMakeLists.txt index fc46f7d..224fc1e 100644 --- a/thirdparty/getopt/CMakeLists.txt +++ b/thirdparty/getopt/CMakeLists.txt @@ -1,5 +1,11 @@ include_directories (${CMAKE_CURRENT_SOURCE_DIR}) -add_library (getopt_bundled STATIC +add_library (getopt_bundled STATIC EXCLUDE_FROM_ALL getopt_long.c ) + +install ( + FILES LICENSE + DESTINATION ${DOC_INSTALL_DIR} + RENAME LICENSE-getopt.txt +)