2014-10-09 13:42:51 +02:00
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(PocoFoundation)
|
2021-06-15 14:49:38 +02:00
|
|
|
find_dependency(OpenSSL REQUIRED COMPONENTS Crypto)
|
2015-02-04 04:35:23 +01:00
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoCryptoTargets.cmake")
|