make: allows to build in source tree by filtering subdirs 92/34492/1 sandbox/pcoval/tizen tizen submit/contrib_common/20150129.084750
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>
Wed, 28 Jan 2015 09:13:57 +0000 (10:13 +0100)
commitff493ae6b98ff3d4c66e822fbafc95f4b30bf05f
tree90e6b250fab6f7ac791d0db9636a648c05df01ef
parent54d0b5008045c1dcf96842381654b31dc8b51ff4
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