initial commit
This commit is contained in:
commit
a6a40b75c2
4 changed files with 31 additions and 0 deletions
9
src/CMakeLists.txt
Normal file
9
src/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
# CMakeList.txt : CMake project for Mandelbrot, include source and define
|
||||
# project specific logic here.
|
||||
#
|
||||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
# Add source to this project's executable.
|
||||
add_executable (Mandelbrot "main.cpp")
|
||||
|
||||
# TODO: Add tests and install targets if needed.
|
Loading…
Add table
Add a link
Reference in a new issue