~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

« back to all changes in this revision

Viewing changes to Tests/RunCMake/BuildDepends/C-Exe-Manifest.step2.cmake

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2017-02-23 17:55:24 UTC
  • Revision ID: package-import@ubuntu.com-20170223175524-5nh7s4pu97fsa0t7
Tags: upstream-3.5.1
ImportĀ upstreamĀ versionĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(WRITE "${RunCMake_TEST_BINARY_DIR}/test.manifest" [[
 
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 
3
  <assemblyIdentity type="win32" version="1.0.0.0"
 
4
                    name="Kitware.CMake.C-Exe-Manifest-step2"/>
 
5
</assembly>
 
6
]])