Archived
1
0
Fork 0

Added argument parsing with libparg, along with usefull running modes

This commit is contained in:
Julien Dessaux 2019-04-01 14:19:42 +02:00
parent a6f8d1da2a
commit b372795ac7
8 changed files with 113 additions and 26 deletions

View file

@ -34,3 +34,6 @@ if (SESSION_RECORDING)
target_link_libraries(termplay bz2 curl lzma pthread z)
install(TARGETS termplay DESTINATION bin)
endif()
# Build parg library for argument parsing
add_library(libparg parg/parg.c parg/parg.h)

1
external/parg vendored Submodule

@ -0,0 +1 @@
Subproject commit 97f3a075109ebace4f660fb341c6b99b2a4b092a