Compare commits
1 Commits
3a3acae777
...
ae0d81599d
| Author | SHA1 | Date | |
|---|---|---|---|
| ae0d81599d |
@@ -8,6 +8,8 @@ set(CMAKE_CXX_STANDARD 20)
|
|||||||
# -DUSE_PTHREADS: for Thread.h
|
# -DUSE_PTHREADS: for Thread.h
|
||||||
set(CMAKE_CXX_FLAGS "-DNOMINMAX -DHAVE_UNISTD_H -DUSE_PTHREADS -DUSE_BQRESAMPLER -DHAVE_KISSFFT")
|
set(CMAKE_CXX_FLAGS "-DNOMINMAX -DHAVE_UNISTD_H -DUSE_PTHREADS -DUSE_BQRESAMPLER -DHAVE_KISSFFT")
|
||||||
|
|
||||||
|
# TODO: see Android.mk in librubberband and copy options from LOCAL_CFLAGS
|
||||||
|
|
||||||
# disable libsndfile tests
|
# disable libsndfile tests
|
||||||
set(BUILD_TESTING FALSE)
|
set(BUILD_TESTING FALSE)
|
||||||
|
|
||||||
@@ -16,8 +18,8 @@ include_directories(
|
|||||||
./src/common
|
./src/common
|
||||||
./src/ext/float_cast
|
./src/ext/float_cast
|
||||||
./src/ext/kissfft
|
./src/ext/kissfft
|
||||||
./src/ext/pommier
|
#./src/ext/pommier
|
||||||
./src/ext/speex
|
#./src/ext/speex
|
||||||
./src/faster
|
./src/faster
|
||||||
./src/finer
|
./src/finer
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user