utfcpp/utf8cppConfig.cmake.in
Sven Fink 73b347f313 Adds the following advantages:
- utf8::cpp is available, even when installed
 - cmake is aware of the library version
 - compatible with previous usage: target utf8cpp available when installed
2022-11-22 12:42:26 +01:00

6 lines
151 B
CMake

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