diff options
Diffstat (limited to 'src/utils/CMakeLists.txt')
| -rw-r--r-- | src/utils/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt index 5e4d0d9..6acdba1 100644 --- a/src/utils/CMakeLists.txt +++ b/src/utils/CMakeLists.txt @@ -4,8 +4,8 @@ add_library(daw_utils src/hashmap.c src/misc.c src/stack.c - src/vector.c ) target_compile_options(daw_utils PUBLIC ${BUILD_OPTS}) target_include_directories(daw_utils PRIVATE ${DAW_INCLUDE_DIRS}) +target_link_libraries(daw_utils PRIVATE cglm) |
