We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c72535 commit 660d832Copy full SHA for 660d832
1 file changed
CMakeLists.txt
@@ -45,6 +45,9 @@ project(wolfBoot)
45
include(cmake/utils.cmake)
46
include(cmake/functions.cmake)
47
48
+include_directories(include)
49
+include_directories(lib/wolfssl)
50
+
51
if(NOT DEFINED WOLFBOOT_TARGET)
52
message(FATAL_ERROR "WOLFBOOT_TARGET must be defined")
53
else()
@@ -620,6 +623,8 @@ if(NOT SPMATH AND NOT SPMATHALL)
620
623
list(APPEND USER_SETTINGS USE_FAST_MATH)
621
624
endif()
622
625
626
+list(APPEND WOLFBOOT_DEFS WOLFSSL_USER_SETTINGS)
627
628
add_library(user_settings INTERFACE)
629
target_compile_definitions(user_settings INTERFACE ${USER_SETTINGS} ${SIGN_OPTIONS})
630
0 commit comments