1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 07:15:34 +00:00

Fix MacOS build

This commit is contained in:
Andrei Kortunov 2022-07-18 23:33:51 +04:00
parent e222afc764
commit 4e9a063de2

View file

@ -2,4 +2,8 @@ add_subdirectory(shaders)
add_subdirectory(data)
add_subdirectory(lua_api)
if (NOT DEFINED OPENMW_RESOURCES_ROOT)
return()
endif()
copy_resource_file("launcher/images/openmw.png" "${OPENMW_RESOURCES_ROOT}" "resources/openmw.png")