Skip to content

Commit

Permalink
fix: fixed missing header when building MBED TLS version of V2G
Browse files Browse the repository at this point in the history
Signed-off-by: James Chapman <james.chapman@pionix.de>
  • Loading branch information
james-ctc committed Oct 22, 2024
1 parent 13dfb52 commit 6a1070b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/EvseV2G/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ target_sources(${MODULE_NAME}
if(USING_MBED_TLS)
# needed for header file enum definition
target_include_directories(${MODULE_NAME} PRIVATE
../../lib/staging/tls ../../lib/staging/util
../../lib/staging/tls
)
target_link_libraries(${MODULE_NAME}
PRIVATE
mbedcrypto
mbedtls
mbedx509
everest::staging::util
)
target_sources(${MODULE_NAME}
PRIVATE
Expand Down

0 comments on commit 6a1070b

Please sign in to comment.