Skip to content

Commit

Permalink
Fix cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Oct 10, 2023
1 parent f621aab commit fcadf8c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(evse_security VERSION 0.1.0
project(everest-evse_security VERSION 0.1.0
DESCRIPTION "Implementation of EVSE related security operations"
LANGUAGES CXX C
)
Expand Down Expand Up @@ -34,8 +34,13 @@ if (EVSE_SECURITY_INSTALL)
LIBRARY
)

install(
DIRECTORY include/
TYPE INCLUDE
)

evc_setup_package(
NAME evse_security
NAME everest-evse_security
NAMESPACE everest
EXPORT evse_security-targets
ADDITIONAL_CONTENT
Expand Down

0 comments on commit fcadf8c

Please sign in to comment.