mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
6 lines
229 B
CMake
6 lines
229 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoUtil)
|
|
find_dependency(PocoNet)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetSSLWinTargets.cmake") |