File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if(NOT DEFINED BOLOS_SDK)
1616endif ()
1717
1818# Make address_book headers available to all targets, including SDK sub-projects
19- include_directories (${BOLOS_SDK} /address_book/include )
19+ include_directories (${BOLOS_SDK} /app_features/ address_book/include )
2020
2121add_subdirectory (${BOLOS_SDK} /fuzzing ${CMAKE_CURRENT_BINARY_DIR} /ledger-secure-sdk EXCLUDE_FROM_ALL )
2222
@@ -31,7 +31,7 @@ file(GLOB_RECURSE C_SOURCES
3131 ${CMAKE_SOURCE_DIR} /mock/*.c
3232 ${CMAKE_SOURCE_DIR} /src/fuzz_utils.c
3333)
34- file (GLOB AB_SDK_SOURCES ${BOLOS_SDK} /address_book/src/*.c )
34+ file (GLOB AB_SDK_SOURCES ${BOLOS_SDK} /app_features/ address_book/src/*.c )
3535list (APPEND C_SOURCES ${AB_SDK_SOURCES} )
3636list (REMOVE_ITEM C_SOURCES
3737 ${APP_SRC} /main.c
@@ -78,7 +78,6 @@ target_include_directories(
7878 ${APP_SRC} /nbgl
7979 ${APP_SRC} /swap
8080 ${PLUGIN_SDK_SRC}
81- ${BOLOS_SDK} /address_book/include
8281)
8382
8483target_link_libraries (code_lib PUBLIC secure_sdk )
You can’t perform that action at this time.
0 commit comments