summaryrefslogtreecommitdiff
path: root/cmake/HyBBXConfig.cmake.in
blob: 6c0f9ef697812f37bcf466ed1293d6949172f1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

set(HYBBX_VERSION @PROJECT_VERSION@)

if(NOT TARGET HyBBX::core)
    include("${CMAKE_CURRENT_LIST_DIR}/HyBBXTargets.cmake")
endif()

check_required_components(HyBBX)
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com