summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-02-07 17:36:29 +0100
committerBrad King <brad.king@kitware.com>2013-02-22 08:35:38 -0500
commit1c0597c25bf69a9c73e3d4f6ab68d16b5e56a271 (patch)
tree832bacf10674f534b5aa40444b5c3fbdd360474c /bootstrap
parentf2ab17d4db86af5695f70b5c49f388319e510472 (diff)
downloadcmake-1c0597c25bf69a9c73e3d4f6ab68d16b5e56a271.tar.gz
Add a new Export generator for IMPORTED targets.
This is to be used during try_compile using LINK_LIBRARIES in the srcfile signature and, in the future, TARGETS in the binary dir signature.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 9a4f796fe0..5c2addb50e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -214,6 +214,7 @@ CMAKE_CXX_SOURCES="\
cmMakefile \
cmExportFileGenerator \
cmExportInstallFileGenerator \
+ cmExportTryCompileFileGenerator \
cmExportSet \
cmExportSetMap \
cmInstallDirectoryGenerator \