1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 00:53:46 +02:00

Updates the cmake build system

It's still has some work, but it successfully builds on
all 3 main platforms.  Some of the outstanding items
include:

   Install target testing (mostly important for Linux)
   CMakeList clean up and comments
   Debug and Release build verification
   Audit of compile/link options
   Need a Mac signed and notarized build
   (and probably more)
This commit is contained in:
Leland Lucius
2020-02-03 00:39:43 -06:00
parent 3b77af5dfc
commit 6217351a12
57 changed files with 7958 additions and 6106 deletions

View File

@@ -1,34 +0,0 @@
#directory lib-src
set( LIB_SRC_DIRECTORY ${top_dir}/lib-src/ )
#These two are done in lib-src
add_subdirectory( "mod-script-pipe" )
add_subdirectory( "FileDialog" )
#Same idea, but not yet done/needed
#add_subdirectory( "mod-null" )
#add_subdirectory( "mod-nyq-bench" )
#add_subdirectory( "mod-track-panel" )
#These are included in some other lib, and don't need a lib of their own.
#add_subdirectory( "lib-widget-extra" )
# Most of the others are done via cmake-proxies subdirectory.
#Some left over file names, not yet used in the cmake build.
#[[
${LIB_SRC_DIRECTORY}mod-null/ModNullCallback.cpp
${LIB_SRC_DIRECTORY}mod-nyq-bench/NyqBench.cpp
${LIB_SRC_DIRECTORY}mod-track-panel/ModTrackPanelCallback.cpp
${LIB_SRC_DIRECTORY}mod-track-panel/Registrar.cpp
${LIB_SRC_DIRECTORY}mod-track-panel/SkewedRuler.cpp
${LIB_SRC_DIRECTORY}mod-track-panel/TrackPanel2.cpp
${LIB_SRC_DIRECTORY}lib-widget-extra/NonGuiThread.cpp
]]#