mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
Mistakes in previous commit
This commit is contained in:
parent
5187d5bb17
commit
4337f2619f
1 changed files with 0 additions and 2 deletions
|
@ -88,7 +88,6 @@ configure_file(${OpenMW_SOURCE_DIR}/files/openmw.cfg
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
set(APPLE_BUNDLE_RESOURCES
|
set(APPLE_BUNDLE_RESOURCES
|
||||||
${CMAKE_SOURCE_DIR}/files/openmw.cfg
|
${CMAKE_SOURCE_DIR}/files/openmw.cfg
|
||||||
# ${CMAKE_SOURCE_DIR}/files/ogre.cfg
|
|
||||||
${CMAKE_SOURCE_DIR}/files/mac/plugins.cfg
|
${CMAKE_SOURCE_DIR}/files/mac/plugins.cfg
|
||||||
)
|
)
|
||||||
endif (APPLE)
|
endif (APPLE)
|
||||||
|
@ -125,7 +124,6 @@ if (APPLE)
|
||||||
set_source_files_properties(
|
set_source_files_properties(
|
||||||
${CMAKE_SOURCE_DIR}/files/openmw.cfg
|
${CMAKE_SOURCE_DIR}/files/openmw.cfg
|
||||||
${CMAKE_SOURCE_DIR}/files/mac/plugins.cfg
|
${CMAKE_SOURCE_DIR}/files/mac/plugins.cfg
|
||||||
${CMAKE_SOURCE_DIR}/files/o
|
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
MACOSX_PACKAGE_LOCATION MacOS
|
MACOSX_PACKAGE_LOCATION MacOS
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue