Initial commit
This commit is contained in:
parent
1820aec5fb
commit
fdd4e79734
5 changed files with 27 additions and 0 deletions
8
ComplexPlotting/CMakeLists.txt
Normal file
8
ComplexPlotting/CMakeLists.txt
Normal 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")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue