added a parent CMakeLists.txt to allow build in root dir and use by IDEs.
authorLoïc Collignon <loic.collignon@iot.bzh>
Wed, 8 Mar 2017 13:39:48 +0000 (14:39 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:39 +0000 (17:10 +0100)
Change-Id: I1d5e3a85c582ed2c711d3138df0030655ce09d5e
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
CMakeLists.txt [new file with mode: 0644]

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..febd4f0
--- /dev/null
@@ -0,0 +1 @@
+add_subdirectory(src)