diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-10-02 21:47:49 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-10-02 21:47:49 +0530 |
commit | b80755063e6ed4313141e5fbecce30a0dc802872 (patch) | |
tree | 6b5e8631e972d4b7162c9596b96db393621e9526 /src/CMakeLists.txt | |
parent | Removed old word list file (diff) | |
download | monero-b80755063e6ed4313141e5fbecce30a0dc802872.tar.xz |
Stop copying word list files to build directory
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 32115c8f6..527e2bd8f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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}) |