mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 12:07:13 +01:00
5 lines
156 B
CMake
5 lines
156 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(PocoFoundation)
|
||
|
find_dependency(PocoData)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataMySQLTargets.cmake")
|