mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 05:55:08 +00:00
- utf8::cpp is available, even when installed - cmake is aware of the library version - compatible with previous usage: target utf8cpp available when installed
6 lines
151 B
CMake
6 lines
151 B
CMake
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/utf8cppTargets.cmake")
|
|
check_required_components( "utf8cpp" )
|
|
|
|
add_library(utf8::cpp ALIAS utf8cpp)
|