JuliaSets/src/CMakeLists.txt

10 lines
280 B
Text
Raw Normal View History

2022-02-18 14:47:36 +01:00
# 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.