Add include files for Github ExternalProject library

Alright, works like a charm with just leaving out the add_subdirectory building step.

One remaining question: All the .cpp and .hpp files are in the same source folder and, therefore, included by include <AdsLib.h> etc. From these files a library is built. Does this now mean that I also need to put them on top level in the include folder, or can I create a sub-folder include/AdsLib?