Rename android-main.cpp to follow naming conventions

This commit is contained in:
Alexei Kotov 2025-02-22 21:53:24 +03:00
parent 7df74664e4
commit b997386cd3
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
apps/openmw/android_main.cpp
apps/openmw/mwsound/efx-presets.h
apps/openmw/mwsound/ffmpeg_decoder.cpp
apps/openmw/mwsound/ffmpeg_decoder.hpp

View File

@ -15,7 +15,7 @@ set(OPENMW_HEADERS
profile.hpp
)
source_group(apps/openmw FILES main.cpp android_main.cpp ${OPENMW_SOURCES} ${OPENMW_HEADERS} ${OPENMW_RESOURCES})
source_group(apps/openmw FILES main.cpp androidmain.cpp ${OPENMW_SOURCES} ${OPENMW_HEADERS} ${OPENMW_RESOURCES})
add_openmw_dir (mwrender
actors objects renderingmanager animation rotatecontroller sky skyutil npcanimation esm4npcanimation vismask
@ -127,7 +127,7 @@ if(BUILD_OPENMW)
if (ANDROID)
add_library(openmw SHARED
main.cpp
android_main.cpp
androidmain.cpp
)
else()
openmw_add_executable(openmw