mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-03 06:53:45 +01:00
b69fafb84c
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
5 lines
203 B
CMake
5 lines
203 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoData)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataODBCTargets.cmake") |