Skip to content

Commit

Permalink
cmake: add include folder to the library include dirs
Browse files Browse the repository at this point in the history
The include folder is used to store autogenerated pinctrl headers.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Oct 14, 2021
1 parent cb57312 commit 862f41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ if(CONFIG_SOC_FAMILY_GD32)
add_subdirectory_ifdef(CONFIG_SOC_SERIES_GD32F403 GD32F403)
add_subdirectory_ifdef(CONFIG_SOC_SERIES_GD32VF103 GD32VF103)

zephyr_library_include_directories(include)
endif()

0 comments on commit 862f41c

Please sign in to comment.