mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-07 19:30:04 -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/efx-presets.h
|
||||||
apps/openmw/mwsound/ffmpeg_decoder.cpp
|
apps/openmw/mwsound/ffmpeg_decoder.cpp
|
||||||
apps/openmw/mwsound/ffmpeg_decoder.hpp
|
apps/openmw/mwsound/ffmpeg_decoder.hpp
|
||||||
|
@ -15,7 +15,7 @@ set(OPENMW_HEADERS
|
|||||||
profile.hpp
|
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
|
add_openmw_dir (mwrender
|
||||||
actors objects renderingmanager animation rotatecontroller sky skyutil npcanimation esm4npcanimation vismask
|
actors objects renderingmanager animation rotatecontroller sky skyutil npcanimation esm4npcanimation vismask
|
||||||
@ -127,7 +127,7 @@ if(BUILD_OPENMW)
|
|||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
add_library(openmw SHARED
|
add_library(openmw SHARED
|
||||||
main.cpp
|
main.cpp
|
||||||
android_main.cpp
|
androidmain.cpp
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
openmw_add_executable(openmw
|
openmw_add_executable(openmw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user