1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 07:01:18 +02: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

@@ -5,7 +5,7 @@ def_vars()
set(SOURCES
HexHelpers.h
UrlEncode.h
UrlEncode.cpp
@@ -21,7 +21,7 @@ set(SOURCES
set( LIBRARIES
PRIVATE
wxwidgets::base
wxWidgets::wxWidgets
)
audacity_library( ${TARGET} "${SOURCES}" "${LIBRARIES}" "" "" )

View File

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