mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-21 00:07:12 +02:00
6 lines
180 B
CMake
6 lines
180 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoData)
|
|
find_dependency(CppUnit)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataTestTargets.cmake")
|