X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=efe49f4e2a48886ff722bdcf1ba0b9d1a64d2c01;hb=5611c662936ee7c02b5b4d6e7ede3cbde8dfde92;hp=ce0076e1f48d2b50e18067965b447b5695fa6940;hpb=006e87bc592a4e6eabea4f7f9caab8e218ebfd85;p=software%2FDIPE.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ce0076e..efe49f4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,6 @@ option(BUILD_SHARED_LIBS "Build using shared libraries" ON) -add_library (DIPE DIPE.cxx) + +add_library (DIPE DIPE.cxx SS.cxx) add_definitions(-Wall -Wextra -Werror) @@ -9,4 +10,4 @@ target_include_directories (DIPE PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../include/) target_link_libraries(DIPE pbc) target_link_libraries(DIPE gmp) -target_link_libraries(DIPE crypto) +target_link_libraries(DIPE nettle)