Hi i want to integrate gtest to my c project with is cross-platfom and uses cmake for building .
gtest can run on projects that are cross-platform (linux/win/mac/android)?
when adding gtest to the project , will i have to change some of my source code beside cmake files ?
Any forum that i can use/help when encountering issue when integrating the gtest to my project ? and also a good documentation for integrating the gtest on a cross-platform project using cmake ?
Thanks
running ctest to run all gtest tests
Yes. See the list of supported platforms here.
Normally, gtest does not require any changes to your source code.
FetchContent
CMake module.
See docs.