Hello All,
I’m looking at cinder to replace some visualization I’m currently doing with VTK.
I’m using cmake on ubuntu 16.04, and my project currently uses Eigen, CUDA, OpenCV, and Poco.
I’m trying to use the ci_make_app command in my cmake file, but despite the fact that I pass in ${Poco_LIBRARIES} in the LIBRARIES field, I get linker errors of the form:
undefined reference to `Poco::DirectoryIterator::DirectoryIterator(std::string const&)’
Any ideas as to why things aren’t working? I assume there’s some conflict between my current cmake stuff to build everything else, and whatever the libcinder cmake functions are doing.
Has anyone else made the cmake+poco+cinder combo work?