xo-umbrella2/xo-symboltable/cmake/xo_symboltableConfig.cmake.in

9 lines
358 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")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
check_required_components("@PROJECT_NAME@")