mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-04-01 01:47:13 +02:00
5 lines
179 B
CMake
5 lines
179 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(OpenSSL REQUIRED COMPONENTS Crypto)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoCryptoTargets.cmake")
|