diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-09-02 07:40:49 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-09-02 07:40:49 +0200 |
| commit | 5941653d474ba27ed40250028e03425cb5c2be5f (patch) | |
| tree | 51538037d9cd4f0ac6d7d096cd940c97756b64a3 /Source/Core/InputCommon | |
| parent | 9b10d36a85bb27681f5d48e3ced9c142a1ac6b47 (diff) | |
| parent | 839cace5ff15b56afa3a72c86b379c6abc4c0bf6 (diff) | |
Merge pull request #920 from shuffle2/msvc-gtest
Provide a way to build and run unittests on Windows
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/InputCommon.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/InputCommon.vcxproj b/Source/Core/InputCommon/InputCommon.vcxproj index 2866846075..06e87bc55d 100644 --- a/Source/Core/InputCommon/InputCommon.vcxproj +++ b/Source/Core/InputCommon/InputCommon.vcxproj @@ -64,7 +64,7 @@ <Text Include="CMakeLists.txt" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\Common\Common.vcxproj"> + <ProjectReference Include="$(CoreDir)Common\Common.vcxproj"> <Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project> </ProjectReference> </ItemGroup> |
