From f494baf976c4494dd0ea4e755907cf49b026eb5d Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 1 Nov 2025 14:22:34 -0700 Subject: Better hashing of shaders --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) target_link_libraries(gfx PUBLIC cstring + hash math) target_link_libraries(gfx PRIVATE -- cgit v1.2.3