mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 02:37:25 -04:00
cmake: move external subdir before -Werror
This commit is contained in:
@@ -58,6 +58,7 @@ if(NOT MANUAL_SUBMODULES)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(monero)
|
add_subdirectory(monero)
|
||||||
|
add_subdirectory(external)
|
||||||
|
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
set(CMAKE_AUTORCC ON)
|
set(CMAKE_AUTORCC ON)
|
||||||
@@ -560,6 +561,5 @@ if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(external)
|
|
||||||
add_subdirectory(translations)
|
add_subdirectory(translations)
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user