Add .doc support

This commit is contained in:
2020-11-15 21:17:37 -05:00
parent 36281a5108
commit 51a40c8819
7 changed files with 17 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ project(sist2 C)
option(SIST_DEBUG "Build a debug executable" on)
set(BUILD_TESTS on)
add_subdirectory(third-party/libscan)
set(ARGPARSE_SHARED off)
add_subdirectory(third-party/argparse)