diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0fcef0e..2286d1a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1 +1,8 @@ -add_executable(junkcraft junkcraft.h junkcraft.c glad.c) +add_executable(junkcraft + junkcraft.c + glad.c + shader.c + block.c + util.c + window.c +) |
