Start project
This commit is contained in:
commit
d9b67f3fa6
3 changed files with 12 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
build/
|
||||
.kdev4/
|
||||
|
||||
*.log
|
||||
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal 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)
|
||||
|
||||
0
main.c
Normal file
0
main.c
Normal file
Loading…
Add table
Add a link
Reference in a new issue