mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 23:42:29 +02:00
7 lines
254 B
CMake
7 lines
254 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoUtil)
|
|
find_dependency(PocoNet)
|
|
find_dependency(PocoCrypto)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetSSLTargets.cmake") |