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:
parent
e222afc764
commit
4e9a063de2
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue