aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-10-02 21:47:49 +0530
committerOran Juice <oranjuices@hotmail.com>2014-10-02 21:47:49 +0530
commitb80755063e6ed4313141e5fbecce30a0dc802872 (patch)
tree6b5e8631e972d4b7162c9596b96db393621e9526 /src
parentRemoved old word list file (diff)
downloadmonero-b80755063e6ed4313141e5fbecce30a0dc802872.tar.xz
Stop copying word list files to build directory
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
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})