From 968623015ce6bbe60338eb239b0075714a478516 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 7 Aug 2014 07:30:29 -0400 Subject: [PATCH] add CryptoConst to CMakeLists.txt --- build/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 641575bc..e39f958f 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -12,6 +12,7 @@ set ( INC_DIR ".." ) add_definitions ( "-std=c++0x -Wall" ) set ( SOURCES + CryptoConst.cpp AddressBook.cpp Garlic.cpp HTTPServer.cpp @@ -44,6 +45,7 @@ set ( SOURCES ) set ( HEADERS + CryptoConst.h AddressBook.h Garlic.h HTTPServer.h