From cbc9252f662fe0b9353d77771e8237e09e5b8d91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Collignon?= Date: Wed, 8 Mar 2017 14:39:48 +0100 Subject: [PATCH] added a parent CMakeLists.txt to allow build in root dir and use by IDEs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I1d5e3a85c582ed2c711d3138df0030655ce09d5e Signed-off-by: Loïc Collignon --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 CMakeLists.txt 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) -- 2.16.6