Re: [CMake] Finding include directories when importing targets exported via install(EXPORT ...)

2012-05-20 Thread Alexander Neundorf
On Tuesday 15 May 2012, Matthew LeRoy wrote: > Hi again, > > I'm working on setting up install(...) commands for a shared library > project (call it libA), and I'm using the install(EXPORT ...) signature as > has been recommended to me previously to export the shared library target > so I can impo

[CMake] Finding include directories when importing targets exported via install(EXPORT ...)

2012-05-15 Thread Matthew LeRoy
Hi again, I'm working on setting up install(...) commands for a shared library project (call it libA), and I'm using the install(EXPORT ...) signature as has been recommended to me previously to export the shared library target so I can import it in another CMake-based project (call it libB). S