mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
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)
|