Skip to content

Commit

Permalink
GH-1748 add new source files
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaspers committed Aug 9, 2023
1 parent 77f3da7 commit a3ded70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QuantLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@
<ClInclude Include="ql\instruments\quantobarrieroption.hpp" />
<ClInclude Include="ql\instruments\quantoforwardvanillaoption.hpp" />
<ClInclude Include="ql\instruments\quantovanillaoption.hpp" />
<ClInclude Include="ql\instruments\simplifynotificationgraph.hpp" />
<ClInclude Include="ql\instruments\stickyratchet.hpp" />
<ClInclude Include="ql\instruments\stock.hpp" />
<ClInclude Include="ql\instruments\swap.hpp" />
Expand Down Expand Up @@ -2205,6 +2206,7 @@
<ClCompile Include="ql\instruments\quantobarrieroption.cpp" />
<ClCompile Include="ql\instruments\quantoforwardvanillaoption.cpp" />
<ClCompile Include="ql\instruments\quantovanillaoption.cpp" />
<ClCompile Include="ql\instruments\simplifynotificationgraph.cpp" />
<ClCompile Include="ql\instruments\stickyratchet.cpp" />
<ClCompile Include="ql\instruments\stock.cpp" />
<ClCompile Include="ql\instruments\swap.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions QuantLib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,9 @@
<ClInclude Include="ql\instruments\quantovanillaoption.hpp">
<Filter>instruments</Filter>
</ClInclude>
<ClInclude Include="ql\instruments\simplifynotificationgraph.hpp">
<Filter>instruments</Filter>
</ClInclude>
<ClInclude Include="ql\instruments\stickyratchet.hpp">
<Filter>instruments</Filter>
</ClInclude>
Expand Down Expand Up @@ -4733,6 +4736,9 @@
<ClCompile Include="ql\instruments\quantovanillaoption.cpp">
<Filter>instruments</Filter>
</ClCompile>
<ClCompile Include="ql\instruments\simplifynotificationgraph.cpp">
<Filter>instruments</Filter>
</ClCompile>
<ClCompile Include="ql\instruments\stickyratchet.cpp">
<Filter>instruments</Filter>
</ClCompile>
Expand Down
2 changes: 2 additions & 0 deletions ql/instruments/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ this_include_HEADERS = \
quantobarrieroption.hpp \
quantoforwardvanillaoption.hpp \
quantovanillaoption.hpp \
simplifynotificationgraph.hpp \
stickyratchet.hpp \
stock.hpp \
swap.hpp \
Expand Down Expand Up @@ -119,6 +120,7 @@ cpp_files = \
quantobarrieroption.cpp \
quantoforwardvanillaoption.cpp \
quantovanillaoption.cpp \
simplifynotificationgraph.cpp \
stickyratchet.cpp \
stock.cpp \
swap.cpp \
Expand Down

0 comments on commit a3ded70

Please sign in to comment.