diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2017-03-08 14:39:48 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:39 +0100 |
commit | cbc9252f662fe0b9353d77771e8237e09e5b8d91 (patch) | |
tree | c5f5ac2805f26f9998b3efca827c68a791f7f2ff | |
parent | a4ba9de48025fa39e53f4defa8d71b9f6b07ef40 (diff) |
added a parent CMakeLists.txt to allow build in root dir and use by IDEs.
Change-Id: I1d5e3a85c582ed2c711d3138df0030655ce09d5e
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..febd4f0a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(src) |