mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-24 19:02:55 +01:00
81d7307fa7
adjust make and CMake for SQLParser and DataTest lib separate samples from tests in CMake remove unused StatementImpl from Data testsuite
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")
|