Skip to content

Commit

Permalink
Add new files to projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Aug 10, 2020
1 parent a8de45a commit e334a67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-suite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set(QuantLib-Test_SRC
brownianbridge.cpp
businessdayconventions.cpp
calendars.cpp
callablebonds.cpp
capfloor.cpp
capflooredcoupon.cpp
cashflows.cpp
Expand Down
2 changes: 2 additions & 0 deletions test-suite/testsuite.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@
<ClCompile Include="brownianbridge.cpp" />
<ClCompile Include="businessdayconventions.cpp" />
<ClCompile Include="calendars.cpp" />
<ClCompile Include="callablebonds.cpp" />
<ClCompile Include="capfloor.cpp" />
<ClCompile Include="capflooredcoupon.cpp" />
<ClCompile Include="cashflows.cpp" />
Expand Down Expand Up @@ -811,6 +812,7 @@
<ClInclude Include="brownianbridge.hpp" />
<ClInclude Include="businessdayconventions.hpp" />
<ClInclude Include="calendars.hpp" />
<ClInclude Include="callablebonds.hpp" />
<ClInclude Include="capfloor.hpp" />
<ClInclude Include="capflooredcoupon.hpp" />
<ClInclude Include="cashflows.hpp" />
Expand Down
6 changes: 6 additions & 0 deletions test-suite/testsuite.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<ClCompile Include="calendars.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="callablebonds.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="capfloor.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -521,6 +524,9 @@
<ClInclude Include="calendars.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="callablebonds.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="capfloor.hpp">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down

0 comments on commit e334a67

Please sign in to comment.