How to add cxxtest to project?

已回答

Hello, colleagues!

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

0

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

0

请先登录再写评论。