mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 19:36:40 +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}
|
${OPENCS_RES_SRC}
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(openmw-cs-lib PROPERTIES OUTPUT_NAME openmw-cs)
|
|
||||||
|
|
||||||
if(BUILD_OPENCS)
|
if(BUILD_OPENCS)
|
||||||
openmw_add_executable(openmw-cs
|
openmw_add_executable(openmw-cs
|
||||||
MACOSX_BUNDLE
|
MACOSX_BUNDLE
|
||||||
|
|
|
@ -123,11 +123,6 @@ add_library(openmw-lib STATIC
|
||||||
${OPENMW_SOURCES}
|
${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(BUILD_OPENMW)
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
add_library(openmw SHARED
|
add_library(openmw SHARED
|
||||||
|
|
Loading…
Reference in a new issue