summaryrefslogtreecommitdiff
path: root/cookiecutter.json
diff options
context:
space:
mode:
Diffstat (limited to 'cookiecutter.json')
-rw-r--r--cookiecutter.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/cookiecutter.json b/cookiecutter.json
new file mode 100644
index 0000000..6e8cc80
--- /dev/null
+++ b/cookiecutter.json
@@ -0,0 +1,7 @@
+{
+ "project_name": "test",
+ "cmake_version": "3.13",
+ "_copy_without_render": [
+ "src/external"
+ ]
+}