add missing header into build.json and regenerate project

pull/1169/head
Yang Gao 10 years ago
parent 5a5032dd4c
commit 929481e107
  1. 3
      build.json
  2. 3
      vsprojects/vs2013/gpr_test_util.vcxproj

@ -350,6 +350,9 @@
"name": "gpr_test_util",
"build": "private",
"language": "c",
"headers": [
"test/core/util/test_config.h"
],
"src": [
"test/core/util/test_config.c"
],

@ -77,6 +77,9 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\test\core\util\test_config.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\test\core\util\test_config.c">
</ClCompile>

Loading…
Cancel
Save