git-subtree-dir: xo-process git-subtree-mainline:abd08e3491git-subtree-split:7cfc560f02
13 lines
363 B
CMake
13 lines
363 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
# note: changes to find_dependency() calls here
|
|
# must coordinate with xo_dependency() calls
|
|
# in xo-process/src/process/CMakeLists.txt
|
|
#
|
|
find_dependency(reactor)
|
|
find_dependency(printjson)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
check_required_components("@PROJECT_NAME@")
|