Added PlotWindow exceptions
This commit is contained in:
parent
c9ec50f097
commit
39c93db9c2
4 changed files with 44 additions and 11 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue