[CMake] install(EXPORT ...)

Biddiscombe, John A. biddisco at cscs.ch
Wed Dec 2 05:06:08 EST 2009


Michael

Thank you. That seems to do what I need.

JB
 
> You can use
> 
> export(TARGETS target ...
>    [NAMESPACE namespace]
>    [APPEND]
>    FILE output_file
>    )
> 
> which you can then include() in your dependent project.
> 
> Michael


More information about the CMake mailing list