From: Loïc Collignon Date: Wed, 8 Mar 2017 13:39:48 +0000 (+0100) Subject: added a parent CMakeLists.txt to allow build in root dir and use by IDEs. X-Git-Tag: 5.0.2~553 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cbc9252f662fe0b9353d77771e8237e09e5b8d91;p=apps%2Fagl-service-can-low-level.git added a parent CMakeLists.txt to allow build in root dir and use by IDEs. Change-Id: I1d5e3a85c582ed2c711d3138df0030655ce09d5e Signed-off-by: Loïc Collignon --- 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)