mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
9 lines
254 B
CMake
9 lines
254 B
CMake
|
if(@POCO_UNBUNDLED@)
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
||
|
find_dependency(ZLIB REQUIRED)
|
||
|
find_dependency(PCRE REQUIRED)
|
||
|
endif()
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoFoundationTargets.cmake")
|