coriolis/vlsisapd
Damien Dupuis 8fca8eb26e Python module are no more called pyMODULE.so but MODULE.so
Since in CMakeLists.txt there is already a module target (for c++ library) and some file systems are not case sensitive, the target is still pyMODULE but the OUTPUT_NAME property is set to MODULE 

    I've updated all the example python scripts.
2010-07-14 12:11:00 +00:00
..
cmake_modules UNSTABLE. NO DOT UPDATE. 2010-07-13 11:14:03 +00:00
doc Name's operators are now available in python 2010-06-15 14:18:42 +00:00
examples Python module are no more called pyMODULE.so but MODULE.so 2010-07-14 12:11:00 +00:00
src Python module are no more called pyMODULE.so but MODULE.so 2010-07-14 12:11:00 +00:00
CMakeLists.txt Bug correction : when creating a python module do not include .cpp files that are not python definition since corresponding .o files will be added twice (as .o and in lib.so) 2010-07-14 09:21:39 +00:00