7 lines
158 B
CMake
7 lines
158 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET cxxopts::cxxopts)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
|
|
endif()
|
|
check_required_components(cxxopts)
|