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:
@@ -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}" "" "" )
|
||||
|
||||
Reference in New Issue
Block a user