Start project

This commit is contained in:
Arseniy Romenskiy 2026-02-25 04:41:27 +03:00
commit d9b67f3fa6
3 changed files with 12 additions and 0 deletions

8
CMakeLists.txt Normal file
View file

@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.5)
project(fft-spark LANGUAGES C)
target_link_libraries(fft-spark pthread)
install(TARGETS fft-spark RUNTIME DESTINATION bin)