C and C++ Code translation prerequisites

Make sure that you have any dependencies required to build the project available, including headers for third-party libraries. OpenText SAST translation does not require object files and static/dynamic library files.

If you use Gradle to build your C++ project, make sure that the C++ Application Plugin is added to your Gradle file in one of the following formats:

apply plugin: 'cpp'
plugins {
 id 'cpp-application'
}

See Also

Using Gradle integration