diff options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt new file mode 100644 index 0000000..3274f55 --- /dev/null +++ b/src/utils/CMakeLists.txt @@ -0,0 +1,8 @@ +add_library(daw_utils + btree.c + fov.c + hashmap.c + misc.c + stack.c + vector.c + ) |
