diff options
Diffstat (limited to 'etc/README.template.md')
-rw-r--r-- | etc/README.template.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/README.template.md b/etc/README.template.md new file mode 100644 index 0000000..b32383a --- /dev/null +++ b/etc/README.template.md @@ -0,0 +1,8 @@ +# C/C++ rules for the `just` build system + +A collection of rules for building C/C++ libraries and binaries. + +For interoperability with CMake projects, see +- [consume CMake libraries](./doc/consume-cmake-libraries.org) +- [being consumed by CMake](./doc/being-consumed-by-cmake.org) + |