[common] add getValues callback for options

This commit is contained in:
Geoffrey McRae
2019-05-12 16:13:50 +10:00
parent 5d69d2aba9
commit e22f33a44b
4 changed files with 19 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ include_directories(
)
set(SOURCES
src/stringlist.c
src/option.c
)