]> git.cworth.org Git - apitrace/blob - thirdparty/getopt/CMakeLists.txt
224fc1ea508754dbf0d522c02f5fa1b58deb3a93
[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 )