refactor(cli): make adding of subcommands simpler

This commit is contained in:
lisk77 2025-12-01 20:04:22 +01:00
parent 136fac9243
commit 31388f077d
2 changed files with 33 additions and 67 deletions

View file

@ -46,7 +46,7 @@ target_include_directories(${TARGET_NAME}
if(MSVC)
target_compile_options(${TARGET_NAME} PRIVATE /W4 /permissive-)
else()
target_compile_options(${TARGET_NAME} PRIVATE -Wall -Wextra -Wpedantic)
target_compile_options(${TARGET_NAME} PRIVATE -Wall -Wextra -Wpedantic -Wno-unused-parameter)
endif()
# Put built artifacts under build/bin and build/lib