refactor: move url.h/cpp from lib util to lib common

This commit is contained in:
fanquake
2022-10-14 13:55:53 +08:00
parent 058eb69ce4
commit 3a0b352c63
14 changed files with 23 additions and 19 deletions

View File

@ -8,6 +8,7 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\src\common\url.cpp" />
@SOURCE_FILES@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />