Windows implementation WIP
This commit is contained in:
11
3rdparty/ffts/ffts-master/Makefile.am
vendored
Normal file
11
3rdparty/ffts/ffts-master/Makefile.am
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = src tests
|
||||
EXTRA_DIST=COPYRIGHT ffts.pc.in build_iphone.sh build_android.sh
|
||||
ACLOCAL_AMFLAGS = -Im4
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = ffts.pc
|
||||
|
||||
if ENABLE_JNI
|
||||
SUBDIRS += java
|
||||
endif
|
||||
Reference in New Issue
Block a user