diff options
author | Brad King <brad.king@kitware.com> | 2015-11-04 15:13:27 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-11-04 15:13:27 (GMT) |
commit | 49ac682d39af7fe47e79455827e2e83130193236 (patch) | |
tree | 0b76a33d60c509ebe3e9e620596fea01e7760d2e /Source/cmCommonTargetGenerator.h | |
parent | 1e83e41d5eae60adfd588904e5418df38075b1d7 (diff) | |
parent | e7e713cc0533cd8f1ef47de4cdfd895d33545502 (diff) | |
download | CMake-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.h | 2 |
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; |