Skip to content

Commit

Permalink
remove bondle and win executable because is a console app
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Mar 25, 2024
1 parent 740f589 commit f472092
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,7 @@ 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 .
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT vaultCli
)
Expand Down

0 comments on commit f472092

Please sign in to comment.