Remove `include` from header search paths

pull/55/head
Alan Dragomirecký 2021-07-07 15:05:35 +02:00 committed by DRracer
parent 6f68fc6e76
commit ed72b07e04
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(