summaryrefslogtreecommitdiffstats
path: root/lib/cryptopp/CMakeLists.txt
blob: daa16ca5397ff1d46180727d21b088d3eb911974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

cmake_minimum_required (VERSION 2.6)
project (cryptopp)

if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCRYPTOPP_DISABLE_ASM")
endif()
include_directories ("${PROJECT_SOURCE_DIR}/../../src/")

add_library(cryptopp rsa integer queue secblock misc randpool pch asn oids modarith nbtheory sha algparam fips140 pssr aes hrtimer cryptlib filters pubkey algebra simple pkcspad iterhash emsa2 eprecomp cpu rijndael)