summaryrefslogtreecommitdiff
path: root/{{cookiecutter.project_name}}/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '{{cookiecutter.project_name}}/CMakeLists.txt')
-rw-r--r--{{cookiecutter.project_name}}/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/CMakeLists.txt b/{{cookiecutter.project_name}}/CMakeLists.txt
new file mode 100644
index 0000000..23c3ccd
--- /dev/null
+++ b/{{cookiecutter.project_name}}/CMakeLists.txt
@@ -0,0 +1,3 @@
+CMAKE_MINIMUM_REQUIRED(VERSION {{cookiecutter.cmake_version}})
+PROJECT({{cookiecutter.project_name}})
+ADD_SUBDIRECTORY(src)