mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
Rename android-main.cpp to follow naming conventions
This commit is contained in:
parent
7df74664e4
commit
b997386cd3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user