aboutsummaryrefslogtreecommitdiff
path: root/ports/zyre/Config.cmake.in
blob: 21708876b7cb6f7af7570b8a1377cd396dbaf217 (plain)
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

find_dependency(ZeroMQ)
find_dependency(czmq)

include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")