Previous The module configuration : setup.py |
Parent The associated python module |
Outline | Next The CMakeLists.txt |
1 2 3 4 |
#!/bin/sh @PYTHON_EXECUTABLE@ setup.py install @PYTHON_INSTALL_PREFIX@ && touch install.txt |
Previous The module configuration : setup.py |
Parent The associated python module |
Outline | Next The CMakeLists.txt |