You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
419 B
CMake
14 lines
419 B
CMake
|
2 weeks ago
|
@PACKAGE_INIT@
|
||
|
|
set(target_version @version_info@)
|
||
|
|
|
||
|
|
if(NOT TARGET LowKBase::@library_name@)
|
||
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@library_name@Targets.cmake")
|
||
|
|
endif()
|
||
|
|
|
||
|
|
include(CMakeFindDependencyMacro)
|
||
|
|
#find_dependency(Qt5 5.9.9 EXACT COMPONENTS Core Sql Xml REQUIRED)
|
||
|
|
|
||
|
|
#message("show_LIBRARY ${@library_name@_LIBRARY}")
|
||
|
|
#message("show_INCLUDE_DIR ${@library_name@_INCLUDE_DIR}")
|
||
|
|
|
||
|
|
check_required_components(@library_name@)
|