CMake Tutorial – Chapter 5: Functionally Improved Testing
Last time we added a nice unit test and then set up CMake to build it, of
course, and add it to the list of tests that CTest will run. This is great,
now we can run cmake then use make and make
test to test our project. Now it’s time to build on our …
Continue reading "CMake Tutorial – Chapter 5: Functionally Improved Testing"