qca/QcaConfig.cmake.in

8 lines
178 B
CMake
Raw Normal View History

@PACKAGE_INIT@
if(NOT TARGET @QCA_CONFIG_NAME_BASE@)
include("${CMAKE_CURRENT_LIST_DIR}/@QCA_CONFIG_NAME_BASE@Targets.cmake")
endif()
set(Qca_LIBRARY @QCA_CONFIG_NAME_BASE@)