mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
10 lines
236 B
CMake
10 lines
236 B
CMake
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")
|