summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-29 16:10:19 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-07 06:37:57 (GMT)
commitc38e30f68c7beffdc65af0f3799ae82ce60aaf67 (patch)
treea46d4525a0685b69df5558a98020e695e5209118 /Source/cmGlobalVisualStudio8Generator.cxx
parent5d3776a7ebb718ae6ed4724e0a8961cda68b6316 (diff)
downloadCMake-c38e30f68c7beffdc65af0f3799ae82ce60aaf67.zip
CMake-c38e30f68c7beffdc65af0f3799ae82ce60aaf67.tar.gz
CMake-c38e30f68c7beffdc65af0f3799ae82ce60aaf67.tar.bz2
cmGeneratorTarget: Add methods for generate-time source addition.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 86a8f87..ab9d7e7 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -336,7 +336,7 @@ bool cmGlobalVisualStudio8Generator::AddCheckTarget()
no_main_dependency, commandLines, "Checking Build System",
no_working_directory, true))
{
- tgt->AddSource(file->GetFullPath());
+ gt->AddSource(file->GetFullPath());
}
else
{