add cmake install target & fix dutch wordlist

This commit is contained in:
Mans Ziesel 2024-04-28 19:36:43 +02:00
parent 444e4095f0
commit 9b8fc2e149
3 changed files with 12329 additions and 4208 deletions

View File

@ -8,6 +8,8 @@ project(Passgen
DESCRIPTION "Passphrase generator"
LANGUAGES CXX)
include(GNUInstallDirs)
add_executable(passgen
passgen.cpp
)
@ -16,3 +18,8 @@ target_include_directories(passgen
PRIVATE
${CMAKE_SOURCE_DIR}/include/
)
install(TARGETS passgen
DESTINATION ${CMAKE_INSTALL_BINDIR})
message(STATUS "Install path for Passgen binary: ${CMAKE_INSTALL_BINDIR}")

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff