mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-12 02:20:40 +01: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") |