Skip to content

Commit

Permalink
Install missing 3rd party headers (#588)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Apr 30, 2024
1 parent 6d8a686 commit 42d139a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,19 @@ if (OCPP_INSTALL)
TYPE INCLUDE
)

install(
DIRECTORY 3rd_party/
TYPE INCLUDE
)

evc_setup_package(
NAME everest-ocpp
NAMESPACE everest
EXPORT ocpp-targets
ADDITIONAL_CONTENT
"find_dependency(OpenSSL)"
"find_dependency(SQLite3)"
"find_dependency(websocketpp)"
"find_dependency(libwebsockets)"
"find_dependency(everest-timer)"
"find_dependency(everest-evse_security)"
)
Expand Down

0 comments on commit 42d139a

Please sign in to comment.