Don't build tests by default, fix enlarge button

This commit is contained in:
2020-12-31 10:39:40 -05:00
parent f5bbe0dc97
commit 9587caddd9
3 changed files with 12 additions and 4 deletions

View File

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