src/CMakeLists.txt

changeset 601
95ba6014041b
parent 599
6536a9a75b71
child 606
314e9288af2f
     1.1 --- a/src/CMakeLists.txt	Sat Nov 05 17:44:52 2022 +0100
     1.2 +++ b/src/CMakeLists.txt	Sat Nov 05 17:50:04 2022 +0100
     1.3 @@ -10,6 +10,7 @@
     1.4          hash_map.c
     1.5          basic_mempool.c
     1.6          printf.c
     1.7 +        compare.c
     1.8  )
     1.9  set(headers
    1.10          cx/common.h
    1.11 @@ -27,6 +28,7 @@
    1.12          cx/mempool.h
    1.13          cx/basic_mempool.h
    1.14          cx/printf.h
    1.15 +        cx/compare.h
    1.16          )
    1.17  
    1.18  add_library(ucx SHARED ${sources})

mercurial