Files
YYCCommonplace/cmake/YYCCommonplaceConfig.cmake.in
T

14 lines
283 B
CMake
Raw Normal View History

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.
include(CMakeFindDependencyMacro)
2026-02-03 16:36:15 +08:00
if ("@Iconv_FOUND@")
find_dependency(Iconv REQUIRED)
2026-02-03 16:36:15 +08:00
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)