|
|
|
@ -181,7 +181,6 @@ endif()
|
|
|
|
|
|
|
|
|
|
# Set up common paths
|
|
|
|
|
if (APPLE)
|
|
|
|
|
set(MORROWIND_DATA_FILES "./data" CACHE PATH "location of Morrowind data files")
|
|
|
|
|
set(OPENMW_RESOURCE_FILES "../Resources/resources" CACHE PATH "location of OpenMW resources files")
|
|
|
|
|
elseif(UNIX)
|
|
|
|
|
# Paths
|
|
|
|
@ -199,10 +198,8 @@ elseif(UNIX)
|
|
|
|
|
ENDIF()
|
|
|
|
|
SET(SYSCONFDIR "${GLOBAL_CONFIG_PATH}/openmw" CACHE PATH "Set config dir")
|
|
|
|
|
|
|
|
|
|
set(MORROWIND_DATA_FILES "${DATADIR}/data" CACHE PATH "location of Morrowind data files")
|
|
|
|
|
set(OPENMW_RESOURCE_FILES "${DATADIR}/resources" CACHE PATH "location of OpenMW resources files")
|
|
|
|
|
else()
|
|
|
|
|
set(MORROWIND_DATA_FILES "data" CACHE PATH "location of Morrowind data files")
|
|
|
|
|
set(OPENMW_RESOURCE_FILES "resources" CACHE PATH "location of OpenMW resources files")
|
|
|
|
|
endif(APPLE)
|
|
|
|
|
|
|
|
|
|