mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-05-06 15:59:36 -04:00
52d7e1833b
* 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>
12 lines
180 B
C++
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>
|