directly build the python extension modules
authorDiane Trout <diane@caltech.edu>
Tue, 5 Dec 2006 02:22:00 +0000 (02:22 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 5 Dec 2006 02:22:00 +0000 (02:22 +0000)
commit7c3bf26770d10c90e1b40c60479114f42a84edf0
tree031c8fa7df70d91bdc593ed8923cc40a8fd99970
parentef061e25ecdf36b23f1753e791f07853a98984b5
directly build the python extension modules
I learned about SET_TARGET_PROPERTIES( ... PREFIX )
to change the starting prefix for a library, which means
that I don't need to copy the libX.so to X.so to make something
a python importable module.
CMakeLists.txt
py/CMakeLists.txt
py/test/CMakeLists.txt