We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3139e6a commit 6b1b514Copy full SHA for 6b1b514
Projects/blinky/CMakeLists.txt
@@ -42,6 +42,7 @@ endif()
42
43
add_subdirectory(../../Middleware/ARM ${CMAKE_BINARY_DIR}/Middleware/ARM)
44
add_subdirectory(../../Bsp ${CMAKE_BINARY_DIR}/Bsp)
45
+add_subdirectory(../../Config ${CMAKE_BINARY_DIR}/Config)
46
47
target_compile_definitions(arm-corstone-platform-bsp
48
INTERFACE
@@ -65,6 +66,7 @@ target_compile_definitions(freertos_config
65
66
target_link_libraries(freertos_config
67
68
tfm-ns-interface
69
+ app-config
70
)
71
72
set( FREERTOS_HEAP "3" CACHE STRING "" FORCE)
0 commit comments