I have a very simple problem, which I don't find a solution for:
I'm working with a company that once in a while sends me two directories, one with .h files and the second with a library in two forms, shared and static. say -
X/include/*
X/lib/libX.so
X/lib/libX.a
I would like to wrap this input with a cmake project that does this simple action - create a cmake target that I can install, alias, version, etc.