mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
cmake: remove unnecessary file globbing
This commit is contained in:
parent
987e716374
commit
3d6e9ce571
4 changed files with 0 additions and 19 deletions
|
@ -1,9 +1,5 @@
|
||||||
add_subdirectory(QR-Code-scanner)
|
add_subdirectory(QR-Code-scanner)
|
||||||
add_subdirectory(daemon)
|
|
||||||
add_subdirectory(libwalletqt)
|
|
||||||
add_subdirectory(model)
|
|
||||||
add_subdirectory(openpgp)
|
add_subdirectory(openpgp)
|
||||||
add_subdirectory(zxcvbn-c)
|
|
||||||
|
|
||||||
qt5_add_resources(RESOURCES ../qml.qrc)
|
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})
|
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
|
target_include_directories(monero-wallet-gui PUBLIC
|
||||||
${CMAKE_SOURCE_DIR}/monero/include
|
${CMAKE_SOURCE_DIR}/monero/include
|
||||||
${CMAKE_SOURCE_DIR}/monero/src
|
${CMAKE_SOURCE_DIR}/monero/src
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
file(GLOB_RECURSE SRC_SOURCES *.cpp)
|
|
||||||
file(GLOB_RECURSE SRC_HEADERS *.h)
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
file(GLOB_RECURSE SRC_SOURCES *.cpp)
|
|
||||||
file(GLOB_RECURSE SRC_HEADERS *.h)
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
file(GLOB_RECURSE SRC_SOURCES *.cpp)
|
|
||||||
file(GLOB_RECURSE SRC_HEADERS *.h)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue