mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 07:06:45 +00:00
Update shaders in CMakeLists
This commit is contained in:
parent
df61a30259
commit
ea5e078526
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ set(SHADER_FILES
|
||||||
terrain_fragment.glsl
|
terrain_fragment.glsl
|
||||||
lighting.glsl
|
lighting.glsl
|
||||||
parallax.glsl
|
parallax.glsl
|
||||||
|
s360_fragment.glsl
|
||||||
|
s360_vertex.glsl
|
||||||
)
|
)
|
||||||
|
|
||||||
copy_all_resource_files(${CMAKE_CURRENT_SOURCE_DIR} ${OPENMW_SHADERS_ROOT} ${DDIRRELATIVE} "${SHADER_FILES}")
|
copy_all_resource_files(${CMAKE_CURRENT_SOURCE_DIR} ${OPENMW_SHADERS_ROOT} ${DDIRRELATIVE} "${SHADER_FILES}")
|
||||||
|
|
Loading…
Reference in a new issue