Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Mar 24, 2024
1 parent e798c3c commit 71c9fab
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 @@ -111,6 +111,10 @@ if(OPENSSL_FOUND AND TARGET OpenSSL::Crypto AND Qt6_FOUND)
add_executable(QVaultCli src/QVaultCli.cpp)
target_link_libraries(QVaultCli PRIVATE vault)
add_executable(${PROJECT_NAME}::QVaultCli ALIAS QVaultCli)
set_target_properties(QVaultCli PROPERTIES
WIN32_EXECUTABLE ON
MACOSX_BUNDLE ON
)
install(TARGETS QVaultCli
BUNDLE DESTINATION .
DESTINATION ${CMAKE_INSTALL_BINDIR}
Expand Down

0 comments on commit 71c9fab

Please sign in to comment.