Skip to content

Commit

Permalink
fix: link issue
Browse files Browse the repository at this point in the history
Signed-off-by: James Chapman <[email protected]>
  • Loading branch information
james-ctc committed May 8, 2024
1 parent d7b394b commit 9b04b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/EvseV2G/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ target_sources(${MODULE_NAME}
"iso_server.cpp"
"log.cpp"
"sdp.cpp"
"tls.cpp"
"tls_connection.cpp"
"tools.cpp"
"v2g_ctx.cpp"
"v2g_server.cpp"
Expand All @@ -71,6 +69,8 @@ target_sources(${MODULE_NAME}
PRIVATE
"crypto_openssl.cpp"
"openssl_util.cpp"
"tls.cpp"
"tls_connection.cpp"
)
endif()

Expand Down

0 comments on commit 9b04b45

Please sign in to comment.