Remove unneeded CMake modules (Minor cleanup)
- Removed
BornAgain/PythonAPI.cmake:
The Python API is produced viaBornAgain/multipython/MakePythonAPI.cmake.- Moved the SWIG-related contents of
PythonAPItomultipython/ConfigureSwig. - Moved the Python-related contents of
PythonAPItomultipython/MakePythonAPI.
- Moved the SWIG-related contents of
- Removed
SwigLib.cmake:
The SWIG-produced API is made usingBornAgain/multipython/MakeSwigLib.cmake. - Removed
MakeLib.cmake:
The shared library is made usingBornAgain/multipython/MakeSharedLib.cmake. - Moved
PythonDocsmodule toBornAgain/multipythonfolder so that all Python-related CMake modules are gathered underBornAgain/multipythonfolder. - CMakeLists.txt: Minor cleanup and improvements.