Support multiple windows
This commit is contained in:
parent
47c7d729df
commit
565107b449
6 changed files with 63 additions and 24 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue