mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-03 20:45:05 +00:00
8 lines
209 B
CMake
8 lines
209 B
CMake
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
check_required_components("@PROJECT_NAME@")
|
|
|
|
if(NOT TARGET utf8::cpp)
|
|
add_library(utf8::cpp ALIAS utf8cpp::utf8cpp)
|
|
endif()
|