cmake-examples icon indicating copy to clipboard operation
cmake-examples copied to clipboard

Useful CMake Examples

Results 33 cmake-examples issues
Sort by recently updated
recently updated
newest added

There is a step [Adding Export Configuration (Step 11)](https://cmake.org/cmake/help/v3.16/guide/tutorial/index.html#id18) in [CMake Tutorial](https://cmake.org/cmake/help/v3.16/guide/tutorial/index.html). There seems no related examples about Export Configuration In the repository, could you add one?

In the bottom of document _01-basic/F-build-type/README.adoc_, the command running history is copied for a second unnecessary time.

So much for building OpenCL. More straight out of the box errors, never could get it built, gave up. I can't understand how this entire build software is full of...

I've been using [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) a lot recently, and it works pretty well. It would be good to provide an example of how it works for those learning. Also, it should...

Hi there! I edited few issues I ran into with some of the resource links. I removed the ones with 404 errors, added a direct link to the new CMake...

Hello, nice work creating/collecting all the examples. I used your project to integrate clang-format into CMake. Doing that I adapted it slightly and want to suggest this as a possible...