]> git.cworth.org Git - apitrace/blob - thirdparty/getopt/CMakeLists.txt
Install all thirdparty licenses.
[apitrace] / thirdparty / getopt / CMakeLists.txt
1 include_directories (${CMAKE_CURRENT_SOURCE_DIR})
2
3 add_library (getopt_bundled STATIC EXCLUDE_FROM_ALL
4     getopt_long.c
5 )
6
7 install (
8     FILES LICENSE
9     DESTINATION ${DOC_INSTALL_DIR}
10     RENAME LICENSE-getopt.txt
11 )