summaryrefslogtreecommitdiff
path: root/src/utils/CMakeLists.txt
blob: 5e4d0d91df1546cdcfe63555d7ea21ed5f66ed56 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_library(daw_utils
  src/btree.c
  src/fov.c
  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})