mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
6 lines
180 B
CMake
6 lines
180 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(PocoFoundation)
|
||
|
find_dependency(PocoXML)
|
||
|
find_dependency(PocoUtil)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoSevenZipTargets.cmake")
|