Skip to content

Commit

Permalink
update vcproj for spp file loc change
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Sep 28, 2017
1 parent 61cf494 commit ac311da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/AirLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<ClInclude Include="include\vehicles\multirotor\RotorParams.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\vehicles\multirotor\controllers\DroneControllerBase.cpp" />
<ClCompile Include="src\controllers\DroneControllerBase.cpp" />
<ClCompile Include="src\safety\ObstacleMap.cpp" />
<ClCompile Include="src\safety\SafetyEval.cpp" />
<ClCompile Include="src\common\common_utils\FileSystem.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions AirLib/AirLib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -479,5 +479,8 @@
<ClCompile Include="src\vehicles\multirotor\api\MultirotorRpcLibClient.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\controllers\DroneControllerBase.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit ac311da

Please sign in to comment.