2014-10-09 13:42:51 +02:00
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(PocoFoundation)
|
|
|
|
find_dependency(PocoUtil)
|
|
|
|
find_dependency(PocoNet)
|
|
|
|
find_dependency(PocoCrypto)
|
2015-02-04 04:35:23 +01:00
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetSSLTargets.cmake")
|