summaryrefslogtreecommitdiff
path: root/src/supplemental/util/CMakeLists.txt
blob: 6a820b21f1b5176be4b219e0b812b14ccdc51075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
#
# This software is supplied under the terms of the MIT License, a
# copy of which should be located in the distribution where this
# file was obtained (LICENSE.txt).  A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.
#

nng_sources(idhash.c options.c)
nng_headers(
	nng/supplemental/util/idhash.h
	nng/supplemental/util/options.h
	nng/supplemental/util/platform.h)
nng_test(idhash_test)