Files
Eve Silfanus 52d7e1833b Build Performance Optimization (#26015)
* Build Performance Optimization

* Fixed include order formatting

* Reverted CMakeLists.txt

* Fixed pch implementation

* Removed cmake pch

* Update test/tests/CMakeLists.txt

---------

Co-authored-by: Michał Janiszewski <janisozaur@users.noreply.github.com>
2026-02-24 11:39:15 +01:00

12 lines
180 B
C++

#pragma once
// Precompiled header for tests project
// GTest headers
#include <gtest/gtest.h>
// Standard library headers
#include <memory>
#include <string>
#include <vector>