make it possible to build mussa with python
authorDiane Trout <diane@caltech.edu>
Thu, 27 Jul 2006 00:25:46 +0000 (00:25 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 27 Jul 2006 00:25:46 +0000 (00:25 +0000)
commit949fb3457eb4232fa9c97f1dc4646548ff4cfab0
treea5541b95bfbbd7b7ec24ea494482504593461cf9
parentcd789025cc37c4589b9b23a9b736035c9a2ebcab
make it possible to build mussa with python
(well actually this patch will now default to building with python)

Getting this to work required popping the qui/mussagl target down to the
root of the CMakeLists.txt because the executable depended on both the
mussa_qui library and the mussa_py library and the mussa_py code depended
on the mussa_qui library. Which meant that the simple linear ADD_DIRECTORY
structure wouldn't work. ADD_DIRECTORY(py) had to be between building
the qui library and the executable.

as a bonus this actually puts the executable in a more comprehensible
place.
CMakeLists.txt
py/CMakeLists.txt
qui/CMakeLists.txt
qui/mussagl.cpp