mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-23 21:58:09 +08:00
Add -Wextra
This commit is contained in:
@@ -68,7 +68,7 @@ foreach(lib screen dom component)
|
||||
PRIVATE src
|
||||
)
|
||||
target_compile_features(${lib} PUBLIC cxx_std_17)
|
||||
target_compile_options(${lib} PRIVATE -Wall)
|
||||
target_compile_options(${lib} PRIVATE -Wall -Werror -Wextra)
|
||||
endforeach()
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
Reference in New Issue
Block a user