browser/external/utfcpp-3.2.5/utf8cppConfig.cmake.in
2023-09-29 00:30:43 -04:00

9 lines
188 B
CMake

@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/utf8cppTargets.cmake")
check_required_components( "utf8cpp" )
if(NOT TARGET utf8::cpp)
add_library(utf8::cpp ALIAS utf8cpp)
endif()