mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
b5d6f5dd5b
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'.
8 lines
58 B
C++
8 lines
58 B
C++
|
|
#include "renamed.h"
|
|
|
|
int Renamed::foo()
|
|
{
|
|
return 0;
|
|
}
|