2023-05-12 20:16:10 +08:00

9 lines
152 B
C

#pragma once
#ifndef WRUT_PCH
#define WRUT_PCH
#include "../runtime/precompiled.h"
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#endif //WRUT_PCH