Add hw_shaders.c to hardware/CMakeLists.txt

This commit is contained in:
Hannu Hanhi 2023-10-03 19:35:18 +03:00
parent a47e1fb272
commit 8008981647

View file

@ -10,5 +10,6 @@ target_sources(SRB2SDL2 PRIVATE
hw_md3load.c
hw_model.c
hw_batching.c
hw_shaders.c
r_opengl/r_opengl.c
)