There is an GitHub repository that contains only hpp files with no CMakeList.txt file.
I need to include those header files in my project. I do not want to manually clone them then linking against them. I want that each time I call cmake command, cmake will clone them and put them in some inner folder.
Is it possible? if yes, how can I achive this?