Initial commit

This commit is contained in:
Robert 2020-08-16 20:08:28 +02:00
parent 1820aec5fb
commit fdd4e79734
5 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# CMakeList.txt : CMake project for ComplexPlotting, include source and define
# project specific logic here.
#
cmake_minimum_required (VERSION 3.8)
# Add source to this project's executable.
add_executable (ComplexPlotting "main.cpp")