mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
CSharp: Add support for source groups with out-of-source builds
This also fixes support for multiple sources of the same name in different directories. Add a test for both problems. Issue: #19505
This commit is contained in:
@@ -183,7 +183,7 @@ private:
|
||||
std::map<std::string, std::string>& tags);
|
||||
void WriteCSharpSourceProperties(
|
||||
Elem& e2, const std::map<std::string, std::string>& tags);
|
||||
void GetCSharpSourceLink(cmSourceFile const* sf, std::string& link);
|
||||
std::string GetCSharpSourceLink(cmSourceFile const* source);
|
||||
|
||||
private:
|
||||
friend class cmVS10GeneratorOptions;
|
||||
|
||||
Reference in New Issue
Block a user