mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-21 05:03:36 +01:00
b69fafb84c
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
4 lines
175 B
CMake
4 lines
175 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoCryptoTargets.cmake") |