diff options
author | Brad King <brad.king@kitware.com> | 2014-09-02 18:33:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-30 12:45:34 (GMT) |
commit | a62894998f59d87e092a664ea50e33ff8dbb180c (patch) | |
tree | 20d707a8c2ef550d6e15966369b384e39650a213 /Source/cmVisualStudio10TargetGenerator.h | |
parent | c12e46991e02c2ea59864512d2c1fb7c2b4b0f9d (diff) | |
download | CMake-a62894998f59d87e092a664ea50e33ff8dbb180c.zip CMake-a62894998f59d87e092a664ea50e33ff8dbb180c.tar.gz CMake-a62894998f59d87e092a664ea50e33ff8dbb180c.tar.bz2 |
VS: Generate ANDROID_GUI executables as app packages
When an executable is marked with ANDROID_GUI, generate an AntBuild
step in the .vcxproj file and point it at the directory found to
contain AndroidManifest.xml. Assume it also contains build.xml.
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 8887d14..36155f9 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -97,6 +97,7 @@ private: void WriteLinkOptions(std::string const& config); void WriteMidlOptions(std::string const& config, std::vector<std::string> const & includes); + void WriteAntBuildOptions(std::string const& config); void OutputLinkIncremental(std::string const& configName); void WriteCustomRule(cmSourceFile const* source, cmCustomCommand const & command); |