diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5695ca5..c116383 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ add_executable(game ) target_link_libraries(game SDL3::SDL3 dawn::webgpu_dawn) +target_include_directories(game PRIVATE "include") if (UNIX) target_compile_options(game PRIVATE "-g") |