13 lines
246 B
CMake
13 lines
246 B
CMake
|
|
@PACKAGE_INIT@
|
|
|
|
# Find Iconv if we have found it.
|
|
if ("@Iconv_FOUND@")
|
|
find_package(Iconv REQUIRED)
|
|
endif ()
|
|
|
|
# Include targets file
|
|
include("${CMAKE_CURRENT_LIST_DIR}/YYCCommonplaceTargets.cmake")
|
|
|
|
check_required_components(YYCCommonplace)
|