diff --git a/android-project/CMake/android_defs.cmake b/CMake/android_defs.cmake similarity index 100% rename from android-project/CMake/android_defs.cmake rename to CMake/android_defs.cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ef874deb..ab96495d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,7 +253,6 @@ if(NINTENDO_3DS) endif() if(ANDROID) - list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/android-project/CMake") include(android_defs) endif()