Skip to content

Commit 559e2df

Browse files
committed
cmake: Add missing header to sources list
1 parent a672412 commit 559e2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ set(RENDERERLIST
9292
${ENGINE_DIR}/renderer/gl_shader.cpp
9393
${ENGINE_DIR}/renderer/gl_shader.h
9494
${ENGINE_DIR}/renderer/iqm.h
95+
${ENGINE_DIR}/renderer/ShadeCommon.h
9596
${ENGINE_DIR}/renderer/shaders.cpp
9697
${ENGINE_DIR}/renderer/tr_animation.cpp
9798
${ENGINE_DIR}/renderer/tr_backend.cpp

0 commit comments

Comments
 (0)