Slávek Banko wrote:
installing the generated header files is no problem at all. You can use the standard CMake command install( FILES ... ), where FILES will contain ${CMAKE_CURRENT_BINARY_DIR}/header-to-install.h - for example:
Hi Slavek, thank you. Yes this is very simple, however I did not mention that I am interested in doing something like
${CMAKE_CURRENT_BINARY_DIR}/*.h
or even better, as I have already a list of source and header files defined for the target and CMAKE_CURRENT_BINARY_DIR I want to do something like
install( FILES ${MY_HDRS} DESTINATION ${INCLUDE_INSTALL_DIR}/<app>/ )
Is this possible?
thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting