Support multiple windows

This commit is contained in:
Robert 2020-08-27 14:48:35 +02:00
parent 47c7d729df
commit 565107b449
6 changed files with 63 additions and 24 deletions

View file

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