diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d028b70..7d3767d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -55,6 +55,9 @@ add_library(gfx SHARED | |||
| 55 | src/render/llr.c | 55 | src/render/llr.c |
| 56 | src/render/renderer.c | 56 | src/render/renderer.c |
| 57 | src/scene/camera.c | 57 | src/scene/camera.c |
| 58 | src/scene/light.c | ||
| 59 | src/scene/material.c | ||
| 60 | src/scene/mesh.c | ||
| 58 | src/scene/model.c | 61 | src/scene/model.c |
| 59 | src/scene/node.c | 62 | src/scene/node.c |
| 60 | src/scene/object.c | 63 | src/scene/object.c |
