Skip to content

Commit

Permalink
Add a cmake add_subdirectory for scene_renderer/shaders (#470)
Browse files Browse the repository at this point in the history
Since shaders are already checked in.
This line is taken out of this PR:
#427
  • Loading branch information
apazylbe committed May 28, 2024
1 parent 7e8b8a7 commit dcb5f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ add_subdirectory(fluid_simulation/shaders)
add_subdirectory(gbuffer/shaders)
add_subdirectory(materials/shaders)
add_subdirectory(oit_demo/shaders)
add_subdirectory(scene_renderer/shaders)

0 comments on commit dcb5f06

Please sign in to comment.