Remove `include` from header search paths

pull/53/head
Alan Dragomirecký 2021-07-07 15:05:35 +02:00
parent f511acba3b
commit 94e9ecf49b
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ endif()
# add_link_dependency(firmware "${LINKER_SCRIPT}")
target_include_directories(firmware PRIVATE include src)
target_include_directories(firmware PRIVATE src)
target_compile_options(firmware PRIVATE -Wdouble-promotion)
target_sources(