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 4eae662..5695ca5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,9 @@ find_package(Dawn REQUIRED) add_executable(game "src/main.c" + "src/renderwindow.c" + + "include/renderwindow.h" ) target_link_libraries(game SDL3::SDL3 dawn::webgpu_dawn) |