diff options
Diffstat (limited to '')
-rw-r--r-- | unit_tests/_pch.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unit_tests/_pch.cpp b/unit_tests/_pch.cpp new file mode 100644 index 0000000..38b27e8 --- /dev/null +++ b/unit_tests/_pch.cpp | |||
@@ -0,0 +1,4 @@ | |||
1 | #include "_pch.hpp" | ||
2 | |||
3 | // IMPORTANT INFORMATION: some relative paths coded in the test implementations suppose that the cwd when debugging is $(SolutionDir)Lanes | ||
4 | // Therefore that's what needs to be set in Google Test Adapter 'Working Directory' global setting... \ No newline at end of file | ||