mirror of
https://github.com/Andreabont/OpenMandelbrot.git
synced 2024-11-23 07:47:57 +00:00
Rename
This commit is contained in:
parent
adba3efab5
commit
016f42c086
@ -12,7 +12,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
|||||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")
|
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")
|
||||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -ffast-math -fopenmp")
|
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -ffast-math -fopenmp")
|
||||||
|
|
||||||
add_executable(${EXECUTABLE_NAME} main.cpp functions.hpp Fractal.hpp Fractal.cpp)
|
add_executable(${EXECUTABLE_NAME} main.cpp Functions.hpp Fractal.hpp Fractal.cpp)
|
||||||
|
|
||||||
#Find Boost
|
#Find Boost
|
||||||
set(BOOST_LIBS program_options)
|
set(BOOST_LIBS program_options)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#include <functional>
|
#include <functional>
|
||||||
#include <complex>
|
#include <complex>
|
||||||
#include <SFML/Graphics.hpp>
|
#include <SFML/Graphics.hpp>
|
||||||
#include "functions.hpp"
|
#include "Functions.hpp"
|
||||||
|
|
||||||
struct Domain {
|
struct Domain {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user