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