summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorKinan Mahdi <kinan.mahdi@gmail.com>2020-02-18 16:06:56 (GMT)
committerBrad King <brad.king@kitware.com>2020-02-28 16:42:01 (GMT)
commitac6b18cd907392e4a6d5d76ac0f9e173a9cc7e32 (patch)
tree23315246444c32b4f30503e07518fd2cb87245d8 /Source/cmVisualStudio10TargetGenerator.h
parent8625ffd939b3c74944f6da9652777f7ca137b856 (diff)
downloadCMake-ac6b18cd907392e4a6d5d76ac0f9e173a9cc7e32.zip
CMake-ac6b18cd907392e4a6d5d76ac0f9e173a9cc7e32.tar.gz
CMake-ac6b18cd907392e4a6d5d76ac0f9e173a9cc7e32.tar.bz2
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
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 30027c9..4977c1a 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -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;