# cppargs-config.cmake - package configuration file Include ( CMakeFindDependencyMacro ) Find_Dependency ( cppcore ) Include ( FindPackageHandleStandardArgs ) Set ( ${CMAKE_FIND_PACKAGE_NAME}_CONFIG ${CMAKE_CURRENT_LIST_FILE} ) Find_Package_Handle_Standard_Args ( cppargs CONFIG_MODE ) Include ( "${CMAKE_CURRENT_LIST_DIR}/cppargs.cmake")