From 79b29481b1c4d13063dd8b6ee6a1d0d70a54faab Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 9 Feb 2017 04:07:37 +0100 Subject: Seperated different generation methods into modules. - Added Koblitz curve generation. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bb331a3..673aa0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ add_custom_target(gp2c ALL DEPENDS gp.c gp.h) include_directories(src) include_directories(lib) -file(GLOB SOURCES "src/*.c" "src/*.h") +file(GLOB SOURCES "src/*.c" "src/cm/*.c" "src/invalid/*.c" "src/io/*.c" "src/random/*.c" "src/math/*.c") add_executable(ecgen ${SOURCES}) -- cgit v1.2.3-70-g09d2