Select Git revision
libhdbpp-timescaleConfig.cmake.in
-
Damien Lacoste authored
expand BACKEND_TARGET to a shared and static targets to allow for different building strategies.
Damien Lacoste authoredexpand BACKEND_TARGET to a shared and static targets to allow for different building strategies.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
libhdbpp-timescaleConfig.cmake.in 232 B
@PACKAGE_INIT@
find_package(libhdbpp)
include("${CMAKE_CURRENT_LIST_DIR}/libhdbpp-timescaleTargets.cmake")
set(BACKEND_TARGET_SHARED libhdbpp::@BACKEND_TARGET_SHARED@)
set(BACKEND_TARGET_STATIC libhdbpp::@BACKEND_TARGET_STATIC@)