]> git.cworth.org Git - apitrace/blob - thirdparty/getopt/CMakeLists.txt
fc46f7d1dc262a849b40e1ea774e92a1356c031c
[apitrace] / thirdparty / getopt / CMakeLists.txt
1 include_directories (${CMAKE_CURRENT_SOURCE_DIR})
2
3 add_library (getopt_bundled STATIC
4     getopt_long.c
5 )