Best practices for using CMake in OpenEmbedded/Yocto
I’ve already written about using autotools and qmake in OE. With recent projects, we’re using CMake to build most C/C++ components. Like any good tool, CMake has a learning curve, but it seems to do its job quite well. Below are examples of a CMake build file, and corresponding OE recipe.
Read More »Best practices for using CMake in OpenEmbedded/Yocto