mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-09 01:07:16 +01:00
7 lines
206 B
CMake
7 lines
206 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(PocoFoundation)
|
||
|
find_dependency(PocoUtil)
|
||
|
find_dependency(PocoNet)
|
||
|
find_dependency(PocoCrypto)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetSSLTargets.cmake")
|