mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
5 lines
153 B
CMake
5 lines
153 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(PocoFoundation)
|
||
|
find_dependency(PocoNet)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoMongoDBTargets.cmake")
|