4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-12 18:49:34 +00:00

Update the cmake build to reflect recent changes to the

qmake build (which in turn reflects the update to Botan 1.6.2)


svn path=/trunk/kdesupport/qca/; revision=656685
This commit is contained in:
Brad Hards 2007-04-22 03:04:04 +00:00
parent 7dc102ddb7
commit d56939998a

@ -66,11 +66,15 @@ ADD_DEFINITIONS(
-DBOTAN_MP_WORD_BITS=32
-DBOTAN_KARAT_MUL_THRESHOLD=12
-DBOTAN_KARAT_SQR_THRESHOLD=12
-DBOTAN_EXT_MUTEX_QT
)
if(WIN32)
ADD_DEFINITIONS( -DQCA_MAKEDLL )
endif(WIN32)
if(UNIX)
ADD_DEFINITIONS( -DBOTAN_EXT_ALLOC_MMAP)
endif(UNIX)
SET( botan_SOURCES
${botan_BASE}/util.cpp