Skip to content

Commit

Permalink
blinky: Fix compilation failure (#1)
Browse files Browse the repository at this point in the history
Add missing `app-config` interface library dependency to
`freertos_config` interface library.

Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
  • Loading branch information
urutva authored Jul 31, 2023
1 parent 3139e6a commit 6b1b514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/blinky/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ endif()

add_subdirectory(../../Middleware/ARM ${CMAKE_BINARY_DIR}/Middleware/ARM)
add_subdirectory(../../Bsp ${CMAKE_BINARY_DIR}/Bsp)
add_subdirectory(../../Config ${CMAKE_BINARY_DIR}/Config)

target_compile_definitions(arm-corstone-platform-bsp
INTERFACE
Expand All @@ -65,6 +66,7 @@ target_compile_definitions(freertos_config
target_link_libraries(freertos_config
INTERFACE
tfm-ns-interface
app-config
)

set( FREERTOS_HEAP "3" CACHE STRING "" FORCE)
Expand Down

0 comments on commit 6b1b514

Please sign in to comment.