mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
8 lines
140 B
CMake
8 lines
140 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET qca)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@QCA_CONFIG_NAME_BASE@Targets.cmake")
|
|
endif()
|
|
|
|
set(Qca_LIBRARY qca)
|