Added PlotWindow exceptions

This commit is contained in:
Robert 2020-08-28 14:31:36 +02:00
parent c9ec50f097
commit 39c93db9c2
4 changed files with 44 additions and 11 deletions

View file

@ -14,7 +14,7 @@ endif()
# Add source to this project's executable.
add_executable (ComplexPlotting
"main.cpp"
"PlotWindow.hpp" "PlotWindow.cpp" "PlotWindowManager.hpp")
"PlotWindow.hpp" "PlotWindow.cpp" "PlotWindowManager.hpp" "PlotWindowException.hpp")
target_include_directories(ComplexPlotting PRIVATE
${SDL2_INCLUDES}