_______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake
I would like to create a target that will copy (or link) a big whack of
include files defined in my project to a local /include folder. (They
start life in a bunch of subfolders, and some of them are generated
programmatically during the build.) Note that we already have an
install-time process, what I want is to copy (or freshen, or link) all
these include files automatically, as the last step in the build. I have
the files in lists, ex. ta_HEADS css_HEADS etc. Thanks!
- [CMake] target to copy include files? Brad Aisa
- Re: [CMake] target to copy include files? Michael Wild
- Re: [CMake] target to copy include files? Timenkov Yuri