Build: Use zm-* interfaces to set cxx standard and warning flags

This commit is contained in:
Peter Keresztes Schmidt
2021-02-08 22:54:40 +01:00
parent 00104b020c
commit 825ca07561
3 changed files with 12 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
target_compile_options(zm-warning-interface
INTERFACE
-Wall)

View File

@@ -0,0 +1,3 @@
target_compile_options(zm-warning-interface
INTERFACE
-Wall)