On Wed, Dec 3, 2014 at 10:13 AM, Sitta Buhmann <[email protected]> wrote:
> For testing purposes I created a lib with rock-create-lib test_include,
> added base/types to the dependencies (and it shows up in the manifest.xml),
> added #include <base/time.h> to the Dummy.hpp
I don't think that rock-create-lib adds base-types to the CMake code.
You would have to add
  DEPS_PKGCONFIG base-types to src/CMakeLists.txt

Unfortunately, auto-adding the dependency at cmake level would be
difficult as we can't really guess what's the name of the pkg-config
file.

Sylvain
_______________________________________________
Rock-dev mailing list
[email protected]
http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev

Reply via email to