mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-07 19:44:45 +02:00
CMake: Create PocoConfig.cmake to make importable from other CMake projects
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
This commit is contained in:
5
Data/MySQL/cmake/PocoDataMySQLConfig.cmake
Normal file
5
Data/MySQL/cmake/PocoDataMySQLConfig.cmake
Normal file
@@ -0,0 +1,5 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
||||
find_dependency(PocoFoundation)
|
||||
find_dependency(PocoData)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataMySQLTargets.cmake")
|
Reference in New Issue
Block a user