aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/util/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-04 14:25:44 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-04 16:40:37 -0800
commita40b421d39a64c285a4ac23304538690aaa90739 (patch)
tree8b55dad260cafe6c02938fd1850f0a2e88e776ce /src/supplemental/util/CMakeLists.txt
parent7cdba9654117b4be1bf43925c10bae1a2a510cfa (diff)
downloadnng-a40b421d39a64c285a4ac23304538690aaa90739.tar.gz
nng-a40b421d39a64c285a4ac23304538690aaa90739.tar.bz2
nng-a40b421d39a64c285a4ac23304538690aaa90739.zip
api: Promote idhash supplemental API to core
Diffstat (limited to 'src/supplemental/util/CMakeLists.txt')
-rw-r--r--src/supplemental/util/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/supplemental/util/CMakeLists.txt b/src/supplemental/util/CMakeLists.txt
index 69afd9e0..d7541363 100644
--- a/src/supplemental/util/CMakeLists.txt
+++ b/src/supplemental/util/CMakeLists.txt
@@ -7,9 +7,7 @@
# found online at https://opensource.org/licenses/MIT.
#
-nng_sources(idhash.c options.c)
+nng_sources(options.c)
nng_headers(
- nng/supplemental/util/idhash.h
nng/supplemental/util/options.h)
-nng_test(idhash_test)
nng_test(options_test)