Skip to content

Commit 0e73307

Browse files
FUZZING
1 parent 91800b4 commit 0e73307

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/fuzzing/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(NOT DEFINED BOLOS_SDK)
1616
endif()
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

2121
add_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)
3535
list(APPEND C_SOURCES ${AB_SDK_SOURCES})
3636
list(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

8483
target_link_libraries(code_lib PUBLIC secure_sdk)

0 commit comments

Comments
 (0)