Skip to content

Commit 01f4a30

Browse files
author
Maciej Makowski
committed
fix: removed comments form cmakelists
1 parent 840c5e6 commit 01f4a30

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/react-native-audio-api/android/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ file(GLOB_RECURSE SOURCE_FILES
3535
"../common/cpp/types/*.h"
3636
)
3737

38-
# add_subdirectory(../external/kfr ${CMAKE_CURRENT_BINARY_DIR}/kfr-build)
39-
4038
add_library(react-native-audio-api SHARED ${SOURCE_FILES})
4139

4240
file(GLOB DIRS CONFIGURE_DEPENDS "src/main/cpp/**" "../common/cpp/**")
@@ -64,10 +62,6 @@ set(LINK_LIBRARIES
6462
log
6563
oboe::oboe
6664
${fftw3}
67-
# kfr
68-
# kfr_dsp
69-
# kfr_dft
70-
# kfr_io
7165
)
7266

7367
if(ReactAndroid_VERSION_MINOR GREATER_EQUAL 76)

0 commit comments

Comments
 (0)