From 4f2c980343b321e7fccf48190c32bfb4bca426f4 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 4 Oct 2016 12:18:35 +0200 Subject: Added a bignum library to abstract possible implementations. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a27da23..7e285f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ if(DOXYGEN_FOUND) ) endif(DOXYGEN_FOUND) +add_subdirectory(libcmix-bignum) add_subdirectory(libcmix-crypto) add_subdirectory(libcmix) -- cgit v1.2.3-70-g09d2