Stop copying word list files to build directory

This commit is contained in:
Oran Juice 2014-10-02 21:47:49 +05:30
parent 4498e9efa0
commit b80755063e
No known key found for this signature in database
GPG Key ID: 71C5AF46CCB28124
1 changed files with 0 additions and 2 deletions

View File

@ -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})