mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Stop copying word list files to build directory
This commit is contained in:
parent
4498e9efa0
commit
b80755063e
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ file(GLOB_RECURSE WALLET wallet/*)
|
|||
file(GLOB_RECURSE MINER miner/*)
|
||||
file(GLOB MNEMONICS mnemonics/*)
|
||||
|
||||
file(COPY "mnemonics/wordlists/" DESTINATION "${CMAKE_SOURCE_DIR}/build/release/src/wordlists")
|
||||
|
||||
source_group(common FILES ${COMMON})
|
||||
source_group(crypto FILES ${CRYPTO})
|
||||
source_group(cryptonote_core FILES ${CRYPTONOTE_CORE})
|
||||
|
|
Loading…
Reference in a new issue