summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/export/NoExportSet.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-23 17:07:26 +0100
committerStephen Kelly <steveire@gmail.com>2013-12-24 13:02:49 +0100
commitcbe7e8fae48b3663e784bb37d5f66bf8b3eb0546 (patch)
tree910046c109660f4533f0ec6ceec1de485e3032d2 /Tests/RunCMake/export/NoExportSet.cmake
parente73d1ad003c50730a8141db757462574c0c2dddc (diff)
downloadcmake-cbe7e8fae48b3663e784bb37d5f66bf8b3eb0546.tar.gz
export: Implement EXPORT subcommand (#9822)
Teach the export command to handle export sets defined by invocations of install(TARGETS ... EXPORT foo). This makes maintenance of targets exported to both the build tree and install tree trivial.
Diffstat (limited to 'Tests/RunCMake/export/NoExportSet.cmake')
-rw-r--r--Tests/RunCMake/export/NoExportSet.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/export/NoExportSet.cmake b/Tests/RunCMake/export/NoExportSet.cmake
new file mode 100644
index 0000000000..72390e822a
--- /dev/null
+++ b/Tests/RunCMake/export/NoExportSet.cmake
@@ -0,0 +1,2 @@
+
+export(EXPORT fooExport)