Adding custom Crypto++ properties

This commit is contained in:
SergiySW 2017-11-29 18:25:23 +03:00 committed by GitHub
commit c2b149d378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,7 @@ if (CRYPTOPP_CUSTOM)
cryptopp/sha.cpp
cryptopp/simple.cpp
cryptopp/winpipes.cpp)
set_target_properties (cryptopp PROPERTIES COMPILE_FLAGS "${PLATFORM_CXX_FLAGS} ${PLATFORM_COMPILE_FLAGS}")
else ()
set (CRYPTOPP_LIBRARY cryptopp-static)
add_subdirectory (cryptopp)