1. xo-gc now depends on xo-object2. 2. use genfacet for ICollector_DX1Collector 3. moves xo-gc utest previously in xo-object2 to more natural location in xo-gc/
12 lines
355 B
CMake
12 lines
355 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(xo_object2)
|
|
find_dependency(xo_alloc2)
|
|
find_dependency(xo_facet)
|
|
find_dependency(subsys)
|
|
find_dependency(indentlog)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
|
|
check_required_components("@PROJECT_NAME@")
|