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
PythonAPI
tomultipython/ConfigureSwig
. - Moved the Python-related contents of
PythonAPI
tomultipython/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
PythonDocs
module toBornAgain/multipython
folder so that all Python-related CMake modules are gathered underBornAgain/multipython
folder. - CMakeLists.txt: Minor cleanup and improvements