Add ffts as a submodule (because this is what ViPER used)

This commit is contained in:
Iscle
2023-03-02 02:37:55 +01:00
parent 942988d1b0
commit 8eed46db09
5 changed files with 27 additions and 24 deletions

View File

@ -11,12 +11,8 @@ project("ViPER4Android")
add_compile_definitions(VERSION_CODE=20221231)
add_compile_definitions(VERSION_NAME="0.1.0")
## KISS FFT
#set(KISSFFT_PKGCONFIG OFF)
#set(KISSFFT_STATIC ON)
#set(KISSFFT_TEST OFF)
#set(KISSFFT_TOOLS OFF)
#add_subdirectory(src/cpp/viper/kissfft)
# FFTS
add_subdirectory(src/viper/ffts)
# ViPERFX
include_directories(src/include)