forked from teamnwah/openmw-tes3coop
CMake fix for opencs rename
This commit is contained in:
parent
0557d45bd1
commit
0b7b627443
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ add_executable(openmw-cs
|
|||
)
|
||||
|
||||
if(APPLE)
|
||||
set_target_properties(opencs PROPERTIES
|
||||
set_target_properties(openmw-cs PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY "${OpenMW_BINARY_DIR}"
|
||||
OUTPUT_NAME "OpenMW-CS"
|
||||
MACOSX_BUNDLE_ICON_FILE "openmw-cs.icns"
|
||||
|
@ -211,5 +211,5 @@ target_link_libraries(openmw-cs
|
|||
)
|
||||
|
||||
if(APPLE)
|
||||
INSTALL(TARGETS opencs BUNDLE DESTINATION OpenMW-CS COMPONENT BUNDLE)
|
||||
INSTALL(TARGETS openmw-cs BUNDLE DESTINATION OpenMW-CS COMPONENT BUNDLE)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue