[cmake-developers] EXPORT_NAME-genex

Stephen Kelly steveire at gmail.com
Thu May 23 13:34:47 EDT 2013


Alexander Neundorf wrote:

>> Beside that, it still leaves the issue that the only existing "standard"
>> for find_package() is the names of the variables:
>> 
>> find_package(Foo)
>> 
>> include_libraries(${Foo_INCLUDE_DIRS})
>> ...
>> target_link_libraries(hello ${Foo_LIBRARIES})
>> 
>> Following that would be a benefit for cmake users.
>> 
>> What do you suggest as standard naming for the imported targets ?
>> Maybe Foo::Library ?

I don't know, really.

Thanks,

Steve.





More information about the cmake-developers mailing list