Added argument parsing with libparg, along with usefull running modes
This commit is contained in:
parent
a6f8d1da2a
commit
b372795ac7
8 changed files with 113 additions and 26 deletions
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
|
@ -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
1
external/parg
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 97f3a075109ebace4f660fb341c6b99b2a4b092a
|
Reference in a new issue