Fix cmake libssh-config.cmake creation
This correctly creates a libssh-config.cmake.
Before we created libssh-config.cmake manually. However this is now done by cmake and thus is completely different than before. This breaks some applications like KDE which use cmake. In order for them to update and link against the target we should get it right and this is doing it.