[CMake] Install of library sub-project prior to building application

Tyler Roscoe tyler at cryptio.net
Wed Jun 17 13:02:57 EDT 2009


On Wed, Jun 17, 2009 at 09:54:58AM -0700, Richard Offer wrote:
> However I need to run the install phase of Poco before the application can
> link to the library - its the install phase of Poco that copies the headers
> and libraries from all its many sub-directories into the single
> LIBRARY_OUTPUT_PATH.
> 
> Of course there is no global Poco/install target - so I guess one solution
> would be to work with the Poco team to add that target into their
> CMakeLists. Are there any other approaches ?

If there is no global Poco/install target, how do you "run the install
phase of Poco"?

tyler


More information about the CMake mailing list