Sign in
webkit
/
WebKit
/
85db3efdec5ca5eb5d671961c4826c59372af698
/
.
/
Source
/
WebCore
/
platform
/
GCrypt.cmake
blob: 7f3a6227be3d539db65922df9f18c442d1a67e12 [
file
] [
log
] [
blame
]
if
(
ENABLE_SUBTLE_CRYPTO
)
list
(
APPEND
WebCore_UNIFIED_SOURCE_LIST_FILES
"platform/SourcesGCrypt.txt"
)
endif
()
list
(
APPEND
WebCore_LIBRARIES
$
{
LIBGCRYPT_LIBRARIES
}
)
list
(
APPEND
WebCore_SYSTEM_INCLUDE_DIRECTORIES
$
{
LIBGCRYPT_INCLUDE_DIRS
}
)