summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-11-04 15:13:27 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-11-04 15:13:27 (GMT)
commit49ac682d39af7fe47e79455827e2e83130193236 (patch)
tree0b76a33d60c509ebe3e9e620596fea01e7760d2e /Source/cmCommonTargetGenerator.h
parent1e83e41d5eae60adfd588904e5418df38075b1d7 (diff)
parente7e713cc0533cd8f1ef47de4cdfd895d33545502 (diff)
downloadCMake-49ac682d39af7fe47e79455827e2e83130193236.zip
CMake-49ac682d39af7fe47e79455827e2e83130193236.tar.gz
CMake-49ac682d39af7fe47e79455827e2e83130193236.tar.bz2
Merge topic 'vs-show-def-files'
e7e713cc VS: Add module definition `.def` files to .vcxproj files (#15313) 247c168b Refactor `.def` file lookup adfc8a67 cmGeneratorTarget: Fix IMPLEMENT_VISIT_IMPL for template data types
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r--Source/cmCommonTargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index 3fb1fd0..0c17500 100644
--- a/Source/cmCommonTargetGenerator.h
+++ b/Source/cmCommonTargetGenerator.h
@@ -54,7 +54,7 @@ protected:
std::string ConfigName;
// The windows module definition source file (.def), if any.
- std::string ModuleDefinitionFile;
+ cmSourceFile const* ModuleDefinitionFile;
// Target-wide Fortran module output directory.
bool FortranModuleDirectoryComputed;