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:
@@ -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}" "" "" )
|
||||
|
@@ -28,7 +28,7 @@ set( SOURCES
|
||||
)
|
||||
set( LIBRARIES
|
||||
PRIVATE
|
||||
wxBase
|
||||
wxWidgets::wxWidgets
|
||||
)
|
||||
audacity_library( lib-strings "${SOURCES}" "${LIBRARIES}"
|
||||
"" ""
|
||||
|
Reference in New Issue
Block a user