refactor(cli): make adding of subcommands simpler
This commit is contained in:
parent
136fac9243
commit
31388f077d
2 changed files with 33 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue