diff options
| author | 3gg <3gg@shellblade.net> | 2025-11-01 14:22:34 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-11-01 14:22:34 -0700 |
| commit | f494baf976c4494dd0ea4e755907cf49b026eb5d (patch) | |
| tree | 3df754e78b711e56cb5e4b775f2caa803ba93b0c /CMakeLists.txt | |
| parent | f2bac7f22ee0314edee5bee90d62d79afbd68171 (diff) | |
Better hashing of shaders
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 44f679a..d028b70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -75,6 +75,7 @@ target_compile_options(gfx PRIVATE -std=gnu11 -Wall -Wextra -Wpedantic) | |||
| 75 | 75 | ||
| 76 | target_link_libraries(gfx PUBLIC | 76 | target_link_libraries(gfx PUBLIC |
| 77 | cstring | 77 | cstring |
| 78 | hash | ||
| 78 | math) | 79 | math) |
| 79 | 80 | ||
| 80 | target_link_libraries(gfx PRIVATE | 81 | target_link_libraries(gfx PRIVATE |
