Skip to content

Commit

Permalink
Add Praat's external/lame directory to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Aug 5, 2024
1 parent 25118d8 commit 32c1655
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions praat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set(PRAAT_SUBDIRECTORIES
external/clapack
external/gsl
external/glpk
external/lame
external/mp3
external/flac
external/portaudio
Expand Down
6 changes: 6 additions & 0 deletions praat/external/lame/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target_sources(praat PRIVATE
bitstream.c encoder.c fft.c gain_analysis.c mpglib_interface.c id3tag.c lame.c
newmdct.c psymodel.c quantize.c quantize_pvt.c set_get.c vbrquantize.c
reservoir.c tables.c takehiro.c util.c VbrTag.c
version.c presets.c vector_xmm_quantize_sub.c
)

0 comments on commit 32c1655

Please sign in to comment.