Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Aug 9, 2024
1 parent 2c28d6b commit 36df9a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ClientRender/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,7 @@ elseif(ANDROID)
#${log-lib} )
endif()

add_multiplatform_sfx_shader_project(ClientRender INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/../client/Shaders" "${SIMUL_PLATFORM_DIR}/CrossPlatform/Shaders" "${CMAKE_SOURCE_DIR}/.." "${SIMUL_PLATFORM_DIR}/.." SOURCES ${shaders} ${shader_includes} ${global_shader_includes} OUTPUT "${CMAKE_BINARY_DIR}/shaderbin/$PLATFORM_NAME" DEFINES FOLDER Shaders )
add_multiplatform_sfx_shader_project( ClientRender INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/../client/Shaders" "${SIMUL_PLATFORM_DIR}/CrossPlatform/Shaders" "${CMAKE_SOURCE_DIR}/.." "${SIMUL_PLATFORM_DIR}/.."
SOURCES ${shaders} DEFINES VULKAN_SDK=${VULKAN_SDK_DIR} CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}
OPTIONS -GSIMUL_TRUESKY=$<BOOL:${SIMUL_TRUESKY}>
OUTPUT "${CMAKE_BINARY_DIR}/shaderbin/$PLATFORM_NAME" )

0 comments on commit 36df9a3

Please sign in to comment.