Skip to content
Snippets Groups Projects

add install example with no dependencies

Merged Sebastian Eibl requested to merge seibl/cmake-recipes:install into main
Compare and
12 files
+ 174
1
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 3
0
#include "add.hpp"
double add(const double& lhs, const double& rhs) { return lhs + rhs; }
Loading