Test version is written

This commit is contained in:
Arseniy Romenskiy 2026-02-25 08:03:38 +03:00
parent d9b67f3fa6
commit 78a634dbc7
2 changed files with 56 additions and 1 deletions

View file

@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 3.5)
project(fft-spark LANGUAGES C)
add_executable(fft-spark main.c)
target_link_libraries(fft-spark pthread)
install(TARGETS fft-spark RUNTIME DESTINATION bin)