blob: 3ab3e9040bdaeb8dbe17912f9498a1d9d498dee5 [file] [log] [blame] [edit]
libgetopt = static_library(
'getopt',
'getopt_long.c',
)
idep_getopt = declare_dependency(
link_with : libgetopt,
include_directories : include_directories('.', is_system : true),
)