Initial commit
This commit is contained in:
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.26)
|
||||
project(R_S)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_executable(recursive_fft
|
||||
fft/recursive_fft.cpp)
|
||||
add_executable(recursive_fft_cplx
|
||||
fft/recursive_fft_cplx.cpp)
|
||||
add_executable(iterative_fft_cplx
|
||||
fft/iterative_fft_cplx.cpp)
|
||||
Reference in New Issue
Block a user