src/CMakeLists.txt

changeset 563
69a83fad8a35
parent 558
9b767b07602c
child 571
f83583a0bbac
     1.1 --- a/src/CMakeLists.txt	Fri May 27 17:40:27 2022 +0200
     1.2 +++ b/src/CMakeLists.txt	Wed Jun 08 21:33:31 2022 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4          linked_list.c
     1.5          tree.c
     1.6          buffer.c
     1.7 -        map.c
     1.8 +        hash_key.c
     1.9          hash_map.c
    1.10  )
    1.11  set(headers
    1.12 @@ -18,6 +18,7 @@
    1.13          cx/tree.h
    1.14          cx/buffer.h
    1.15          cx/map.h
    1.16 +        cx/hash_key.h
    1.17          cx/hash_map.h
    1.18          )
    1.19  

mercurial