Update CMake for new files

This commit is contained in:
FoxMoss 2024-11-01 16:28:08 -05:00
parent 41e3abe45e
commit b4e22d076b
No known key found for this signature in database
GPG Key ID: 273DC733850D70E2

View File

@ -1,6 +1,7 @@
add_executable(scuffed_mc
Application.cpp Chunk.cpp Shader.cpp
Block.cpp NoiseSettings.cpp SurfaceFeature.cpp
ChunkData.cpp ChunkPos.cpp Physics.cpp
Camera.cpp Planet.cpp WorldGen.cpp ../vendor/glad.c
)