cmake: add cflags

This commit is contained in:
Philippe Teuwen 2020-04-18 17:37:11 +02:00
commit f9857a8b0c
9 changed files with 15 additions and 4 deletions

View file

@ -10,4 +10,4 @@ add_library(tinycbor STATIC
)
target_include_directories(tinycbor INTERFACE tinycbor)
target_compile_options(tinycbor PRIVATE -Wall -Werror -O2)