Re: Installing generated files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: trinity-devel-help@xxxxxxxxxxxxxxxxxxxxxxxxxx
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





[Index of Archives]     [Trinity Users]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [KDE]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]     [Trinity Desktop Environment]

  Powered by Linux