8 lines
165 B
CMake
8 lines
165 B
CMake
|
# Depend packages
|
||
|
if(NOT TARGET absl::strings)
|
||
|
find_package(absl CONFIG)
|
||
|
endif()
|
||
|
|
||
|
# Imported targets
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/utf8_range-targets.cmake")
|