On 2020-03-16 23:16 +0530, subhasish Karmakar wrote:
Hi,
Do you have Cmake based build or bitbake recipe for OpenCSD project? My project is CMAKE based. I want to integrate OpenCSD with it.
What is your platform?
On debian/ubuntu libopencsd comes with a pkgconfig file which means cmake should find the library and headers in the normal way (via FINDPKG IIRC). Shouldn't be any special config needed. It would make sense for upstream to ship that file.
Not sure what happens on other platforms, but it's a standard library so shouldn't need any special recipie.
Wookey