aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt7
-rw-r--r--src/daemon/CMakeLists.txt4
-rw-r--r--src/libwalletqt/CMakeLists.txt4
-rw-r--r--src/model/CMakeLists.txt4
4 files changed, 0 insertions, 19 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4be2b814..3a86b937 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,9 +1,5 @@
add_subdirectory(QR-Code-scanner)
-add_subdirectory(daemon)
-add_subdirectory(libwalletqt)
-add_subdirectory(model)
add_subdirectory(openpgp)
-add_subdirectory(zxcvbn-c)
qt5_add_resources(RESOURCES ../qml.qrc)
@@ -92,9 +88,6 @@ message(STATUS "OpenGL: libraries at ${OPENGL_LIBRARIES}")
target_include_directories(monero-wallet-gui PUBLIC ${Qt5Gui_PRIVATE_INCLUDE_DIRS})
-file(GLOB_RECURSE SRC_SOURCES *.cpp)
-file(GLOB_RECURSE SRC_HEADERS *.h)
-
target_include_directories(monero-wallet-gui PUBLIC
${CMAKE_SOURCE_DIR}/monero/include
${CMAKE_SOURCE_DIR}/monero/src
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt
deleted file mode 100644
index 9ca31c61..00000000
--- a/src/daemon/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-file(GLOB_RECURSE SRC_SOURCES *.cpp)
-file(GLOB_RECURSE SRC_HEADERS *.h)
-
-
diff --git a/src/libwalletqt/CMakeLists.txt b/src/libwalletqt/CMakeLists.txt
deleted file mode 100644
index 9ca31c61..00000000
--- a/src/libwalletqt/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-file(GLOB_RECURSE SRC_SOURCES *.cpp)
-file(GLOB_RECURSE SRC_HEADERS *.h)
-
-
diff --git a/src/model/CMakeLists.txt b/src/model/CMakeLists.txt
deleted file mode 100644
index 9ca31c61..00000000
--- a/src/model/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-file(GLOB_RECURSE SRC_SOURCES *.cpp)
-file(GLOB_RECURSE SRC_HEADERS *.h)
-
-