mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
Fixed algorythm to check for relocatable package. On Windows when installing to Qt5 prefix QCA will not be relocatable.
8 lines
121 B
CMake
8 lines
121 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET qca)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/QcaTargets.cmake")
|
|
endif()
|
|
|
|
set(Qca_LIBRARY qca)
|