Integration with a Build System #132
Replies: 4 comments 8 replies
-
I think there are two options here.
I have attempted to do this but my understanding of CMake has been a challenge. |
Beta Was this translation helpful? Give feedback.
-
I think it would be nice to have some flag in the |
Beta Was this translation helpful? Give feedback.
-
Getting ready to head out for the day. But progress! Using the cmake above and the following CMakeLists.txt file.
I get the following output:
|
Beta Was this translation helpful? Give feedback.
-
I appreciate all of your help. I am having one more issue! I got it to build with my cross compiled library but I am not getting a dbcppp binary or libdbcppp.so file. Can you speculate why? My CMakeLists.txt is as follows:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using your repo as a part of my Yocto Linux image. I am getting conflicts as DBCPPP and the device image both attempt to install
/usr/lib/libxml2.so.2.9.10
. I wrote a full bit on stack overflow.In your CMakeLists.txt you add the LibXML2 from the third-party folder. I am wondering how can I edit the CMakeLists file to use the libxml2 provided by my linux image.
In my image I also have boost.
/mnt/WorkDrive/Documents/EVCC_Application/build-fb/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/libxml2/2.9.10-r0
/mnt/WorkDrive/Documents/EVCC_Application/build-fb/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/boost
I would like to use these instead of the third party folder.
Beta Was this translation helpful? Give feedback.
All reactions