|
|
|
if (NOT DEFINED OPENMW_RESOURCES_ROOT)
|
|
|
|
return()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(BUILTIN_DATA_FILES
|
|
|
|
textures/omw_menu_scroll_down.dds
|
|
|
|
textures/omw_menu_scroll_up.dds
|
|
|
|
textures/omw_menu_scroll_left.dds
|
|
|
|
textures/omw_menu_scroll_right.dds
|
|
|
|
textures/omw_menu_scroll_center_h.dds
|
|
|
|
textures/omw_menu_scroll_center_v.dds
|
|
|
|
|
|
|
|
fonts/DejaVuFontLicense.txt
|
|
|
|
fonts/DejaVuLGCSansMono.ttf
|
|
|
|
fonts/DejaVuLGCSansMono.omwfont
|
|
|
|
fonts/OMWAyembedt.ttf
|
|
|
|
fonts/OMWAyembedt.omwfont
|
|
|
|
fonts/OMWAyembedtFontLicense.txt
|
|
|
|
fonts/Pelagiad.ttf
|
|
|
|
fonts/Pelagiad.omwfont
|
|
|
|
fonts/PelagiadFontLicense.txt
|
|
|
|
|
|
|
|
l10n/Calendar/en.yaml
|
|
|
|
l10n/Calendar/ru.yaml
|
|
|
|
l10n/DebugMenu/en.yaml
|
|
|
|
l10n/DebugMenu/ru.yaml
|
|
|
|
l10n/Interface/en.yaml
|
|
|
|
l10n/Interface/ru.yaml
|
|
|
|
l10n/Navigation/en.yaml
|
|
|
|
l10n/Navigation/ru.yaml
|
|
|
|
l10n/OMWCamera/en.yaml
|
|
|
|
l10n/OMWCamera/ru.yaml
|
|
|
|
l10n/PostProcessing/en.yaml
|
|
|
|
l10n/PostProcessing/ru.yaml
|
|
|
|
l10n/SavegameMenu/en.yaml
|
|
|
|
l10n/SavegameMenu/ru.yaml
|
|
|
|
l10n/SettingsMenu/en.yaml
|
|
|
|
l10n/SettingsMenu/ru.yaml
|
|
|
|
|
|
|
|
openmw_aux/util.lua
|
|
|
|
openmw_aux/time.lua
|
|
|
|
openmw_aux/calendar.lua
|
|
|
|
openmw_aux/ui.lua
|
|
|
|
|
|
|
|
builtin.omwscripts
|
|
|
|
|
|
|
|
scripts/omw/ai.lua
|
|
|
|
scripts/omw/camera/camera.lua
|
|
|
|
scripts/omw/camera/head_bobbing.lua
|
|
|
|
scripts/omw/camera/third_person.lua
|
|
|
|
scripts/omw/camera/settings.lua
|
|
|
|
scripts/omw/camera/move360.lua
|
|
|
|
scripts/omw/camera/first_person_auto_switch.lua
|
|
|
|
scripts/omw/console/player.lua
|
|
|
|
scripts/omw/console/global.lua
|
|
|
|
scripts/omw/console/local.lua
|
|
|
|
scripts/omw/settings/player.lua
|
|
|
|
scripts/omw/settings/global.lua
|
|
|
|
scripts/omw/settings/common.lua
|
|
|
|
scripts/omw/settings/render.lua
|
|
|
|
scripts/omw/settings/renderers.lua
|
|
|
|
scripts/omw/mwui/constants.lua
|
|
|
|
scripts/omw/mwui/borders.lua
|
|
|
|
scripts/omw/mwui/filters.lua
|
|
|
|
scripts/omw/mwui/text.lua
|
|
|
|
scripts/omw/mwui/textEdit.lua
|
|
|
|
scripts/omw/mwui/space.lua
|
|
|
|
scripts/omw/mwui/init.lua
|
|
|
|
|
|
|
|
shaders/main.omwfx
|
|
|
|
shaders/displaydepth.omwfx
|
|
|
|
)
|
|
|
|
|
|
|
|
foreach (f ${BUILTIN_DATA_FILES})
|
|
|
|
copy_resource_file("${CMAKE_CURRENT_SOURCE_DIR}/${f}" "${OPENMW_RESOURCES_ROOT}" "resources/vfs/${f}")
|
|
|
|
endforeach (f)
|