hardnested compilation reorganized to be similar with cmake approach
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user