mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 03:54:31 +00:00
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)
|