Test version is written
This commit is contained in:
parent
d9b67f3fa6
commit
78a634dbc7
2 changed files with 56 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue