diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d8f87f..c6b0ea3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ cmake_policy(SET CMP0063 NEW) set(QT_MIN_VERSION "5.6.0") set(KF5_MIN_VERSION "5.2.0") +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") find_package(ECM 1.0.0 NO_MODULE) if (ECM_FOUND) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} diff --git a/cmake/FindCargo.cmake b/cmake/modules/FindCargo.cmake similarity index 100% rename from cmake/FindCargo.cmake rename to cmake/modules/FindCargo.cmake diff --git a/cmake/FindRust.cmake b/cmake/modules/FindRust.cmake similarity index 100% rename from cmake/FindRust.cmake rename to cmake/modules/FindRust.cmake