summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-24 12:49:41 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-24 12:49:41 (GMT)
commit5b2acf6c1c904df96bd0031c9469e61118da5200 (patch)
treeaf7a870a3b4490f521d5d8c87a182d8f63930698 /Source/cmGlobalVisualStudioGenerator.h
parent59f53f7422818f3ccad8518ab0863de6bb7fd293 (diff)
parentad140c6e1bb6eda5d17a199304578dbd92bedbad (diff)
downloadCMake-5b2acf6c1c904df96bd0031c9469e61118da5200.zip
CMake-5b2acf6c1c904df96bd0031c9469e61118da5200.tar.gz
CMake-5b2acf6c1c904df96bd0031c9469e61118da5200.tar.bz2
Merge topic 'vs-startup-project'
ad140c6e VS: Put ALL_BUILD in the PREDEFINED_TARGETS_FOLDER f069be05 VS: Fix default target support for targets nested inside a folder c05ea485 VS: Improve unit test macros 78ec0461 VS: Add option to choose the `.sln` startup project (#15578)
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index ac9111e..723a75f 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -106,6 +106,8 @@ public:
void ComputeTargetObjectDirectory(cmGeneratorTarget* gt) const;
+ std::string GetStartupProjectName(cmLocalGenerator const* root) const;
+
void AddSymbolExportCommand(
cmGeneratorTarget*, std::vector<cmCustomCommand>& commands,
std::string const& configName);