qca/QcaConfig.cmake.in
Ivan Romanov efd70c659e cmake: rewritten config package
Fixed algorythm to check for relocatable package.
On Windows when installing to Qt5 prefix QCA will not be relocatable.
2014-08-12 13:22:23 +06:00

8 lines
121 B
CMake

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