1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2026-05-15 12:01:42 +00:00

Set warnings as errors

This commit is contained in:
momo5502
2022-03-15 19:18:51 +01:00
parent 409537d600
commit 41c6647fd9
3 changed files with 77 additions and 3 deletions
+2 -1
View File
@@ -23,4 +23,5 @@ enable_driver_support()
##########################################
add_subdirectory(src)
add_subdirectory_and_get_targets("src" SRC_TARGETS)
targets_set_warnings_as_errors(${SRC_TARGETS})