CMake: Reworking compilation order
commitff3109aa103513ca1b6263eaded490e13529b4ac
authorfundamental <mark.d.mccurry@gmail.com>
Thu, 25 Oct 2012 02:22:44 +0000 (24 22:22 -0400)
committerfundamental <mark.d.mccurry@gmail.com>
Thu, 25 Oct 2012 02:22:44 +0000 (24 22:22 -0400)
tree5e58e7124b181d80a9271043ca5e3f0f93a9ea0f
parent2da9a6adba16991d0e89704fbbac468bcaa7f60e
CMake: Reworking compilation order

Previously the overfall sequence of linking could result in a sequence that
generated linking errors even with all of the correct libraries specified.
This commit should fix this error as it appears with gcc 4.6.x
src/CMakeLists.txt
src/DSP/CMakeLists.txt
src/Effects/CMakeLists.txt
src/Misc/CMakeLists.txt
src/Nio/CMakeLists.txt
src/Params/CMakeLists.txt
src/Synth/CMakeLists.txt
src/Tests/CMakeLists.txt