mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
Add EXPORT_NAME property.
This allows for example, the buildsystem to use names like 'boost_any' instead of the overly generic 'any', and still be able to generate IMPORTED targets called 'boost::any'.
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
int TestSharedLibDepends::foo()
|
||||
{
|
||||
TestSharedLibRequired req;
|
||||
return req.foo();
|
||||
Renamed renamed;
|
||||
return req.foo() + renamed.foo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user