aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-07-10 18:02:58 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-07-10 18:02:58 -0400
commit5a88d4a669012dc3ff6c9b58392f1d8c3e3ceaee (patch)
tree704484f259ea553a0fec5d6e58fa50290d2f218a /src
parent987e7163746bcb870d4b4d35e1dc0129a7183641 (diff)
parent3d6e9ce57183566db3685bb2bf5f7a5465e84135 (diff)
downloadmonzero-gui-5a88d4a669012dc3ff6c9b58392f1d8c3e3ceaee.tar.gz
monzero-gui-5a88d4a669012dc3ff6c9b58392f1d8c3e3ceaee.tar.xz
monzero-gui-5a88d4a669012dc3ff6c9b58392f1d8c3e3ceaee.zip
Merge pull request #3565
3d6e9ce cmake: remove unnecessary file globbing (selsta)
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)
-
-