add cmake install target & fix dutch wordlist
This commit is contained in:
parent
444e4095f0
commit
9b8fc2e149
@ -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}")
|
||||
|
8192
diceware-wordlist-8k-composites-nl.txt
Normal file
8192
diceware-wordlist-8k-composites-nl.txt
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user