π The EASIEST Way to Add GoogleTest, CMake, Run Buttons & IntelliSense Fix to ANY Replit C++ Project
Setting up GoogleTest on Replit manually is frustrating:
β No GoogleTest
β No CMake
β GTest include errors
β Red underlines in editor
β Run button not wired to tests
This project fixes everything in one command π
bash <(curl -s https://raw.githubusercontent.com/CodeWithSouma/replit-gtest-setup/main/setup_gtest.sh)If you want to remove everything installed by the GoogleTest auto-installer and restore your Replit project back to a fresh default C++ template, just run the cleanup command below in your Replit Shell:
bash <(curl -s https://raw.githubusercontent.com/CodeWithSouma/replit-gtest-setup/main/cleanup_gtest.sh)