diff options
author | BoredGuy <osome3717@gmail.com> | 2025-09-26 14:11:24 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-09-26 14:11:24 +0300 |
commit | 3394a279b34c81d411abe010a2f45ca60370a1eb (patch) | |
tree | 6edc08c1bc6b50da7bbc7f1d4b50d89bca1f7f53 /CMakeLists.txt | |
parent | a23d279dfa284c1faf13ef0100bb6434a8e83617 (diff) |
Working on RenderWindow
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") |