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