From a93e90cf3c50344a2582acb0e60187dbef90ee28 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 30 May 2022 20:44:53 +0200 Subject: cmake: add example how to integrate cargo --- content/2022-05-30-cmake-cargo-example/libcalc/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 content/2022-05-30-cmake-cargo-example/libcalc/.gitignore (limited to 'content/2022-05-30-cmake-cargo-example/libcalc/.gitignore') diff --git a/content/2022-05-30-cmake-cargo-example/libcalc/.gitignore b/content/2022-05-30-cmake-cargo-example/libcalc/.gitignore new file mode 100644 index 0000000..008b9b4 --- /dev/null +++ b/content/2022-05-30-cmake-cargo-example/libcalc/.gitignore @@ -0,0 +1,3 @@ +/target +Cargo.lock +libcalc.h -- cgit v1.2.3