repo.or.cz
/
mesa-waffle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/gl_basic: add test_glXX_compat() macro
[mesa-waffle.git]
/
third_party
/
getopt
/
CMakeLists.txt
blob
e1a2c1ca74667d286564d6ee5a80a9b668dde295
1
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
2
3
add_library(getopt_bundled STATIC EXCLUDE_FROM_ALL getopt_long.c)
4
5
install(
6
FILES LICENSE
7
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
8
RENAME LICENSE-getopt.txt
9
COMPONENT coredocs
10
)