mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 03:24:31 +00:00
8 lines
162 B
CMake
8 lines
162 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET @QCA_LIB_NAME@)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@QCA_CONFIG_NAME_BASE@Targets.cmake")
|
|
endif()
|
|
|
|
set(Qca_LIBRARY @QCA_LIB_NAME@)
|