Genex: Allow relative paths in INSTALL_INTERFACE.

These paths can be prepended with the ${_IMPORT_PREFIX} generated
in the export file.

Such relative paths were previously an error.
This commit is contained in:
Stephen Kelly
2013-07-25 09:05:03 +02:00
parent 650e61f833
commit d777b8e716
5 changed files with 44 additions and 6 deletions

View File

@@ -57,7 +57,8 @@ public:
};
static std::string Preprocess(const std::string &input,
PreprocessContext context);
PreprocessContext context,
bool resolveRelative = false);
static void Split(const std::string &input,
std::vector<std::string> &output);