8 lines
295 B
CMake
8 lines
295 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
# reminder: deps here must also appear in xo-object/src/object/CMakeLists.txt
|
|
find_dependency(xo_alloc)
|
|
#find_dependency(xo_flatstring)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
check_required_components("@PROJECT_NAME@")
|