As promised in the last post about CMake, today we’ll use a proper CMake project structure for our “Hello CMake” project. This post is the third of a series about […]
The post CMake Project Structure appeared first on Simplify C++!.
As promised in the last post about CMake, today we’ll use a proper CMake project structure for our “Hello CMake” project. This post is the third of a series about […]
The post CMake Project Structure appeared first on Simplify C++!.
Last week, we’ve started our little CMake project with a “Hello CMake” one-liner. Now it’s time to expand that example by adding another target and information about the project. Adding […]
The post CMake – Another Target and the Project appeared first on Simplify C++!.
Since I have mentioned CMake in a handful of past blog posts, it is time to give a short introduction for those that don’t know it yet. CMake is one […]
The post Hello CMake! appeared first on .