Bernd Kuhls
6cdc9b533a
kissfft library is implemented only in C
...
By default, CMake assumes that the project is using both C and C++. By
explicitly passing 'C' as argument of the project() macro, we tell
CMake that only C is used, which prevents CMake from checking if a C++
compiler exists.
Enable CXX for tests only for testcpp.cc.
2023-09-24 12:49:25 +02:00
Mark Borgerding
8f47a67f59
removed kfc.h and kissfft_i32.hh from the install list since they are not as generally useful as the others
2021-02-09 20:29:17 -05:00
Vasyl Gello
cccf41adf2
Overhaul CMake makefiles
...
* Minimum CMake version lowered to 3.6 (tested on 3.6.1)
* Refactored CMake configuration options
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2021-02-05 13:34:16 +02:00
Mark Borgerding
e321f7a4d7
dropped -Waggregate-return from warning flags as it created spurious warnings for recent c++ compilation (found through cmake build on CentOS 8)
2021-01-23 11:53:53 -05:00
Vasyl Gello
f88d5af578
Make kfc,fftnd,fftndr,fftr part of public API
...
Many programs explicitly use it, including those in Debian.
This was raised already in kissfft#39
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2021-01-21 17:10:20 +02:00
Vasyl Gello
c2e82a30e8
Build and install kissfft-tools
...
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2021-01-21 17:08:33 +02:00
Anonymous Maarten
1487038a8a
Use find_package COMPONENTS to select shared/static + datatype
2020-10-30 19:18:18 +01:00
Anonymous Maarten
2d5de8378c
Print datatype while configuring cmake
2020-10-30 16:33:32 +01:00
Anonymous Maarten
a63dfc7f11
Build tools + tests with cmake + add VERSION + parallel install
2020-10-30 02:49:49 +01:00
Anonymous Maarten
609845bc9e
cmake more work
2020-10-29 23:23:50 +01:00
Anonymous Maarten
5c708d85db
Add cmake install + MSVC dll support
2020-10-29 22:01:56 +01:00
Adam Demuri
6fcc85dbaf
Add support for CMake
2020-05-31 13:26:14 -06:00