Skip to content

Commit

Permalink
Change DLL name (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra authored Sep 18, 2023
1 parent 99fe80b commit 0c9b4a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ add_library(
src/system/Sys.cpp
src/auth/Tokens.cpp)

if(WIN32)
set_target_properties(vault PROPERTIES RUNTIME_OUTPUT_NAME "VaultClient")
endif()

target_include_directories(
vault PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include/>)
Expand Down

0 comments on commit 0c9b4a8

Please sign in to comment.