How to add cxxtest to project?

Answered

Hello, colleagues!

I want to add cxx unit tests to my project. How can I modyfy CMakeLists.txt file for it?

0
1 comment

Please take a look at CMake documentation: https://cmake.org/cmake/help/v3.0/module/FindCxxTest.html.

0

Please sign in to leave a comment.