cxxopts/cxxopts-config.cmake.in

7 lines
158 B
CMake
Raw Normal View History

@PACKAGE_INIT@
2019-06-16 00:31:29 +03:00
if(NOT TARGET cxxopts::cxxopts)
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
endif()
check_required_components(cxxopts)