Files
YYCCommonplace/cmake/YYCCommonplaceConfig.cmake.in
T

14 lines
283 B
CMake

@PACKAGE_INIT@
# Find Iconv if we have found it.
include(CMakeFindDependencyMacro)
if ("@Iconv_FOUND@")
find_dependency(Iconv REQUIRED)
endif ()
# Include targets file
include("${CMAKE_CURRENT_LIST_DIR}/YYCCommonplaceTargets.cmake")
check_required_components(YYCCommonplace)