mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
8 lines
255 B
CMake
8 lines
255 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoUtil)
|
|
find_dependency(PocoNet)
|
|
find_dependency(PocoCrypto)
|
|
find_dependency(OpenSSL REQUIRED COMPONENTS SSL)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetSSLTargets.cmake")
|