cxxopts/cxxopts-config.cmake.in
2019-06-22 00:42:14 -04:00

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)