diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-01-14 12:19:01 +0100 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-01-14 12:19:01 +0100 |
commit | c18011259423f5d1cea7dfa67093c888c4882c1e (patch) | |
tree | 9afdc7de2c7a4db305ca30aa2b6eb7891f96a528 /src/lib/CMakeLists.txt | |
parent | 6a8f0d0a9aab073e2e79a06322e4f83e69409d05 (diff) | |
download | ouroboros-c18011259423f5d1cea7dfa67093c888c4882c1e.tar.gz ouroboros-c18011259423f5d1cea7dfa67093c888c4882c1e.zip |
lib: Move CRC32 implementation to library
The CRC32 implementation will be used to ID objects in the RIB.
Diffstat (limited to 'src/lib/CMakeLists.txt')
-rw-r--r-- | src/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 688cf6f5..44e34139 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -31,6 +31,7 @@ set(SOURCE_FILES cacep.c cdap.c cdap_req.c + crc32.c dev.c hashtable.c irm.c |