forked from mirror/openmw-tes3mp
Mac: further fixes for new resource folder location
This commit is contained in:
parent
e48d265b5d
commit
b7c006b898
2 changed files with 2 additions and 10 deletions
6
extern/caelum/CMakeLists.txt
vendored
6
extern/caelum/CMakeLists.txt
vendored
|
@ -19,11 +19,7 @@ add_library(caelum STATIC ${SOURCES})
|
|||
#
|
||||
# Resources
|
||||
#
|
||||
if (APPLE)
|
||||
SET(CAELUM_RES_DEST "${APP_BUNDLE_DIR}/Contents/Resources")
|
||||
else (APPLE)
|
||||
SET(CAELUM_RES_DEST "${OpenMW_BINARY_DIR}")
|
||||
endif (APPLE)
|
||||
SET(CAELUM_RES_DEST "${OpenMW_BINARY_DIR}")
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/resources/AtmosphereDepth.png "${CAELUM_RES_DEST}/resources/caelum/AtmosphereDepth.png" COPYONLY)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/resources/CaelumGroundFog.cg "${CAELUM_RES_DEST}/resources/caelum/CaelumGroundFog.cg" COPYONLY)
|
||||
|
|
6
extern/mygui_3.0.1/CMakeLists.txt
vendored
6
extern/mygui_3.0.1/CMakeLists.txt
vendored
|
@ -22,11 +22,7 @@ add_subdirectory(OgrePlatform)
|
|||
|
||||
# Copy resource files into the build directory
|
||||
set(SDIR ${CMAKE_CURRENT_SOURCE_DIR}/openmw_resources)
|
||||
if (APPLE)
|
||||
set(DDIR ${APP_BUNDLE_DIR}/Contents/Resources/resources/mygui)
|
||||
else (APPLE)
|
||||
set(DDIR ${OpenMW_BINARY_DIR}/resources/mygui)
|
||||
endif (APPLE)
|
||||
set(DDIR ${OpenMW_BINARY_DIR}/resources/mygui)
|
||||
|
||||
configure_file("${SDIR}/bigbars.png" "${DDIR}/bigbars.png" COPYONLY)
|
||||
configure_file("${SDIR}/black.png" "${DDIR}/black.png" COPYONLY)
|
||||
|
|
Loading…
Reference in a new issue