summaryrefslogtreecommitdiff
path: root/src/share/getopt/CMakeLists.txt
blob: 1e5f516242c41559573361209cef8c28f5ad88fa (plain)
1
2
3
4
check_include_file("libintl.h" HAVE_LIBINTL_H)
check_include_file("string.h" HAVE_STRING_H)

add_library(getopt STATIC getopt.c getopt1.c)