...
C/C++test ships with an extension for CMake that allows you to define C/C++test projects directly in the CMakeLists.txt
build file, using the CMake syntax. The extension includes the cpptest_add_executable()
CMake function for defining the C/C++test project, including the project location, structure, and content. As a result, the C/C++test project definition files (.project and .parasoft) and a build data file (.bdf) are automatically generated during the CMake build. When the build completes, you can import the C/C++test project files and the BDF into your workspace to perform analysis and testing.
...