audacia/cmake-proxies
2020-02-27 09:58:24 -06:00
..
cmake-modules Fix CMake/wxWidgets link issue 2020-02-24 13:45:16 -06:00
expat Various cmake changes 2020-02-12 01:05:51 -06:00
ffmpeg Various fixes to CMake build 2020-02-19 10:53:50 -06:00
FileDialog More cmake updates and cleanup 2020-02-23 03:57:31 -06:00
ladspa-plugins Fix linkage to sc4 plug-in 2020-02-27 09:58:24 -06:00
lame Last major update to the cmake build 2020-02-11 01:15:26 -06:00
lib-widget-extra Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libflac Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libid3tag Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libmad More cmake updates and cleanup 2020-02-23 03:57:31 -06:00
libnyquist Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libogg Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libscorealign Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libsndfile More cmake updates and cleanup 2020-02-23 03:57:31 -06:00
libsoxr Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libvamp Last major update to the cmake build 2020-02-11 01:15:26 -06:00
libvorbis Last major update to the cmake build 2020-02-11 01:15:26 -06:00
lv2 More cmake updates and cleanup 2020-02-23 03:57:31 -06:00
mod-null Actually do what the previous change said 2020-02-23 16:46:30 -06:00
mod-nyq-bench Actually do what the previous change said 2020-02-23 16:46:30 -06:00
mod-script-pipe Actually do what the previous change said 2020-02-23 16:46:30 -06:00
portaudio-v19 Reworked cmake command options 2020-02-14 15:56:33 -06:00
portburn Add remaining libs to CMake 2018-04-01 09:23:11 +01:00
portmidi Last major update to the cmake build 2020-02-11 01:15:26 -06:00
portmixer Various fixes to CMake build 2020-02-19 10:53:50 -06:00
portsmf Last major update to the cmake build 2020-02-11 01:15:26 -06:00
sbsms Last major update to the cmake build 2020-02-11 01:15:26 -06:00
soundtouch Last major update to the cmake build 2020-02-11 01:15:26 -06:00
twolame Last major update to the cmake build 2020-02-11 01:15:26 -06:00
wxWidgets Print various sundries about the build 2020-02-20 23:41:09 -06:00
CMakeLists.txt More cmake updates and cleanup 2020-02-23 03:57:31 -06:00
README.txt Add remaining libs to CMake 2018-04-01 09:23:11 +01:00

CMake requires that its CMakeList.txt files follow the directory structure
of the projects.  However, for Audacity this would cause collision with
existing CMakeList.txt files that e.g. expat and libsoxr already provide.

Our solution is to have this proxy directory for lib-src to hold our version of
the CMakeList.txt files.  We did try bundling several libraries under one
CMakeList.txt without using subdirectories.  However, we were then fighting 
CMake too much - and did not have a clean separation of information between sub 
projects.

We don't need the proxies for our own 'lib_src' such as mod-script-pipe and 
FileDialog, where we 'own' the CMakeList.txt file.