mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
b69fafb84c
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
6 lines
228 B
CMake
6 lines
228 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoXML)
|
|
find_dependency(PocoUtil)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoSevenZipTargets.cmake") |