hardnested compilation reorganized to be similar with cmake approach

This commit is contained in:
Philippe Teuwen
2020-04-18 19:39:55 +02:00
parent 26c28c188a
commit c2ff11f321
5 changed files with 102 additions and 75 deletions

View File

@@ -10,4 +10,5 @@ add_library(tinycbor STATIC
)
target_include_directories(tinycbor INTERFACE tinycbor)
# Strange errors on Mingw when compiling with -O3
target_compile_options(tinycbor PRIVATE -Wall -Werror -O2)