1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-28 16:39:43 +00:00

Merge branch 'compile-time' into 'master'

Remove duplicate compile items

See merge request OpenMW/openmw!4380
This commit is contained in:
jvoisin 2024-09-20 13:30:45 +00:00
commit e05b1fabd8

View file

@ -126,7 +126,6 @@ add_library(openmw-lib STATIC
if(BUILD_OPENMW)
if (ANDROID)
add_library(openmw SHARED
${OPENMW_FILES}
main.cpp
android_main.cpp
)