1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-23 09:15:46 +01:00

CMake: replace Conan with find_package and add find modules

Also, necessarily coupled with this:
* add CMakeLists.txt for vendored libnyquist
* fix SoundTouch header include paths
* move nyq_reformat_aud_do_response function
* handle portSMF headers installed to portsmf or portSMF

Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
Be
2021-08-09 09:59:39 -05:00
parent 4777d04cf2
commit b1549dd13e
36 changed files with 2642 additions and 99 deletions

View File

@@ -28,7 +28,7 @@ set( SOURCES
)
set( LIBRARIES
PRIVATE
wxBase
wxWidgets::wxWidgets
)
audacity_library( lib-strings "${SOURCES}" "${LIBRARIES}"
"" ""