From 21dec54769b2d8d80e57765b345af5d092639376 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 5 Dec 2017 14:22:45 -0800 Subject: Added SHA1 implementation and test suite. --- src/supplemental/sha1/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/supplemental/sha1/CMakeLists.txt (limited to 'src/supplemental/sha1/CMakeLists.txt') diff --git a/src/supplemental/sha1/CMakeLists.txt b/src/supplemental/sha1/CMakeLists.txt new file mode 100644 index 00000000..8496777b --- /dev/null +++ b/src/supplemental/sha1/CMakeLists.txt @@ -0,0 +1,12 @@ +# +# Copyright 2017 Capitar IT Group BV +# Copyright 2017 Staysail Systems, Inc. +# +# 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. +# + +set(SHA1_SOURCES supplemental/sha1/sha1.c supplemental/sha1/sha1.h) +set(NNG_SOURCES ${NNG_SOURCES} ${SHA1_SOURCES} PARENT_SCOPE) -- cgit v1.2.3-70-g09d2