trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2020

Re: [SOLVED] Re: Installing generated files

From: deloptes <deloptes@...>
Date: Mon, 01 Jun 2020 09:40:06 +0200
Sl�vek Banko wrote:

> file( GLOB _generated_headers ${CMAKE_CURRENT_BINARY_DIR}/*.h )
> install(
> FILES ${_generated_headers}
> DESTINATION ${INCLUDE_INSTALL_DIR}/<app>/
> )

It looks indeed much better, but it did not work :(. It did not install
anything. I have to check what is file(GLOB ....)