summaryrefslogtreecommitdiff
path: root/geom_bottleneck/CMakeLists.txt
diff options
context:
space:
mode:
authorArnur Nigmetov <a.nigmetov@gmail.com>2016-06-16 14:55:13 +0200
committerArnur Nigmetov <a.nigmetov@gmail.com>2016-06-16 14:55:13 +0200
commit4c496f8f2f8de667e6f2f8b321c6b49f6fd7907b (patch)
treed626a1e4a10edf5553a964e2115718b33cb8475b /geom_bottleneck/CMakeLists.txt
parentecb2f03b630dcaf2a0174c7d4e448cdc01c988d8 (diff)
Add missing CMakeLists and licence.txt, edit .gitignore
Diffstat (limited to 'geom_bottleneck/CMakeLists.txt')
-rw-r--r--geom_bottleneck/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/geom_bottleneck/CMakeLists.txt b/geom_bottleneck/CMakeLists.txt
new file mode 100644
index 0000000..6ec3fc2
--- /dev/null
+++ b/geom_bottleneck/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 2.8.9)
+project(geom_bottleneck)
+#add_subdirectory(ann)
+add_subdirectory(bottleneck)
+add_subdirectory(example)