diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f33b81b..ae76e60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ endif() project(sbc_harness) +add_compile_options(-Wall -Wextra -Werror) + add_subdirectory(libcr) add_subdirectory(libcr_ipc) add_subdirectory(libusb) |