I want to setup a target's header files to be copied to a separate directory after that target is built. Any dependent targets will reference the INSTALLED header files, so they must be copied after that target is built and prior to any other targets (that depend on it) that get built.
Is there a way to do this? Right now I use INSTALL( FILES ) but this isn't target-specific. Thanks. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
