make: allows to build in source tree by filtering subdirs
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 15 Jan 2015 17:24:52 +0000 (18:24 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 19 Jan 2015 14:43:35 +0000 (15:43 +0100)
commit115cc025b7a116f634db6493bb1dbe111280ce42
treec29de821c7b221bff78d873ba0cb518fa8008540
parent639719c352219ee33fe44d370044823b7afbedf4
make: allows to build in source tree by filtering subdirs

Without it FTBFS and displays this error message :

  cmake . && make
  (...)
  The source directory
  (...) src/CMakeFiles
  does not contain a CMakeLists.txt file.

Change-Id: I08efc4667d1004a5d19575dd4464dcd89d03fb28
Bug: https://github.com/intel-iot-devkit/upm/pull/75
Origin: https://github.com/intel-iot-devkit/upm/pull/75
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
src/CMakeLists.txt