diff -r 000000000000 -r 00d1dd4f816a CLI.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CLI.cpp Sun Aug 12 12:26:16 2018 +0200 @@ -0,0 +1,7 @@ +/* + * The relpipe-lib-cli.cpp is a header-only C++ library. + * Generated .so file is quite useless and it is not needed to compile this library. + * Compilation just validates that the .h file has no severe bugs. + * In future, the binary might contain some code for testing purposes. + */ +#include "CLI.h"