abedra / libvault

A C++ library for Hashicorp Vault
MIT License
34 stars 25 forks source link

Change DLL name #117

Closed abedra closed 1 year ago

abedra commented 1 year ago

References #116

SpaceIm commented 1 year ago

It should be:

if(WIN32)
    set_target_properties(vault PROPERTIES RUNTIME_OUTPUT_NAME "VaultClient")
endif()
abedra commented 1 year ago

Thanks! I've updated. Let me know if this works correctly for you and i'll merge it up and cut a release

SpaceIm commented 1 year ago

It must be moved after add_library()