- Created cxxopts-config.cmake.in for CMake configuration. - Added pkgconfig.pc.in for pkg-config integration. - Introduced CMakeLists.txt for building example application. - Implemented example.cpp demonstrating cxxopts usage. - Updated main.cpp to utilize cxxopts for command line argument parsing.
5 lines
114 B
CMake
5 lines
114 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
|
|
check_required_components(cxxopts)
|