This commit is contained in:
Robert 2020-08-18 19:29:04 +02:00
parent 5cf2c2442b
commit 47c7d729df
6 changed files with 107 additions and 1 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")
target_include_directories(ComplexPlotting PRIVATE
${SDL2_INCLUDES}