Common/FileSystem: Add IsAbsolutePath() and tests

This commit is contained in:
Connor McLaughlin
2020-07-23 02:35:37 +10:00
parent d46c104d1b
commit 266d70c629
6 changed files with 41 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
<ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
<ClCompile Include="bitutils_tests.cpp" />
<ClCompile Include="event_tests.cpp" />
<ClCompile Include="file_system_tests.cpp" />
<ClCompile Include="rectangle_tests.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">