20 Aug 2024
There are too many ways to build and test a project with CMake. On the other
hand, there is too little knowledge out there about those ways. As a
consequence, people wrap the CMake invocation in custom scripts written in
Bash, Python, Typescript etc.
06 Jun 2017
My presentation at C++Now 2017 won the “Most Educational Session” award.
20 Jun 2015
The FindGTest
module that ships with CMake provides the command GTEST_ADD_TESTS
that
registers all the test cases from a test executable with CMake so they are
listed individually in the report generated by CTest.
22 May 2015
Slides of a presentation I gave 21 May 2015 for the C++ user group meeting.