2024-07-22 13:56:00 +08:00
|
|
|
|
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
|
|
2026-02-03 16:36:15 +08:00
|
|
|
# Find Iconv if we have found it.
|
|
|
|
|
if ("@Iconv_FOUND@")
|
|
|
|
|
find_package(Iconv REQUIRED)
|
|
|
|
|
endif ()
|
|
|
|
|
|
2024-07-22 13:56:00 +08:00
|
|
|
# Include targets file
|
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/YYCCommonplaceTargets.cmake")
|
|
|
|
|
|
2026-02-03 16:36:15 +08:00
|
|
|
check_required_components(YYCCommonplace)
|