Skip to content

Commit

Permalink
Update targets/arm/mikroe/sam/src/uart/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Strahinja Jacimovic <strahinja.jacimovic@mikroe.com>
IvanRuzavin and StrahinjaJacimovic authored Dec 16, 2024
1 parent 951507a commit 4405f7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions targets/arm/mikroe/sam/src/uart/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -38,13 +38,13 @@ target_link_libraries(lib_hal_ll_uart PUBLIC
string(TOLOWER ${mcu_header_path} MCU_HEADER_PATH_LOWER)
target_include_directories(lib_hal_ll_uart
PRIVATE
../../include
../../include/gpio
../../include/gpio/${uart_subimplementation}
# BEGIN UART
../../include/uart
../../include/uart/hal_ll_uart_pin_map/${uart_subimplementation}
# END UART
../../include
../../include/gpio
../../include/gpio/${uart_subimplementation}
# BEGIN UART
../../include/uart
../../include/uart/hal_ll_uart_pin_map/${uart_subimplementation}
# END UART

INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../include>

0 comments on commit 4405f7d

Please sign in to comment.