mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
New library for math...
... note the swap of target_link_libraries lines in src/CMakeLists.txt, needed to build at least on macOS, becuase FFT.h must be looked up first in lib-math, not in lib-src/twolame Also making a dependency cycle of SampleFormat and Dither! But we will tolerate that within one small library.
This commit is contained in:
@@ -11,6 +11,7 @@ set( LIBRARIES
|
||||
lib-basic-ui
|
||||
lib-exceptions
|
||||
lib-preferences
|
||||
lib-math
|
||||
)
|
||||
|
||||
if ( ${_OPT}has_networking )
|
||||
|
Reference in New Issue
Block a user