Данная лабораторная работа посвещена изучению средств пакетирования на примере CPack
$ open https://cmake.org/Wiki/CMake:CPackPackageGenerators
* Things that can catch OCLINT * | |
http://oclint-docs.readthedocs.io/en/stable/rules/index.html | |
*How to install it:* | |
$ brew tap oclint/formulae | |
$ brew install oclint | |
*How to run it:* |
#define BOOST_TEST_MODULE subcommand options | |
#include <boost/test/unit_test.hpp> | |
#include <boost/program_options.hpp> | |
#include <boost/variant/variant.hpp> | |
#include <boost/variant/get.hpp> | |
struct GenericOptions { | |
bool debug_; | |
}; |