diff options
Diffstat (limited to 'src/codecs/CMakeLists.txt')
| -rw-r--r-- | src/codecs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/CMakeLists.txt b/src/codecs/CMakeLists.txt index a1221adf..a6a48c84 100644 --- a/src/codecs/CMakeLists.txt +++ b/src/codecs/CMakeLists.txt @@ -4,7 +4,7 @@ idf_component_register( SRCS "dr_flac.cpp" "codec.cpp" "mad.cpp" "opus.cpp" "vorbis.cpp" - "source_buffer.cpp" "sample.cpp" "wav.cpp" + "source_buffer.cpp" "sample.cpp" "wav.cpp" "native.cpp" INCLUDE_DIRS "include" REQUIRES "result" "libmad" "drflac" "tremor" "opusfile" "memory" "util" "komihash") |
