mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Do not change output names for targets
Changing them does not solve any problem but only creates some.
This commit is contained in:
parent
b3abc436dd
commit
73d48720ef
2 changed files with 0 additions and 7 deletions
|
@ -180,8 +180,6 @@ add_library(openmw-cs-lib STATIC
|
|||
${OPENCS_RES_SRC}
|
||||
)
|
||||
|
||||
set_target_properties(openmw-cs-lib PROPERTIES OUTPUT_NAME openmw-cs)
|
||||
|
||||
if(BUILD_OPENCS)
|
||||
openmw_add_executable(openmw-cs
|
||||
MACOSX_BUNDLE
|
||||
|
|
|
@ -123,11 +123,6 @@ add_library(openmw-lib STATIC
|
|||
${OPENMW_SOURCES}
|
||||
)
|
||||
|
||||
# Otherwise linker fails with LNK1149 because main.cpp has __declspec(dllexport)
|
||||
if(NOT WIN32)
|
||||
set_target_properties(openmw-lib PROPERTIES OUTPUT_NAME openmw)
|
||||
endif()
|
||||
|
||||
if(BUILD_OPENMW)
|
||||
if (ANDROID)
|
||||
add_library(openmw SHARED
|
||||
|
|
Loading…
Reference in a new issue