summaryrefslogtreecommitdiff
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorTim Grothe <Tim.Grothe@gmail.com>2015-11-02 15:24:25 +0100
committerBrad King <brad.king@kitware.com>2015-11-04 09:15:14 -0500
commit247c168b987a8c9c479112c13078aa2e5db37773 (patch)
tree35fd3e112fc2595018f4ff825d21b37675bfe715 /Source/cmCommonTargetGenerator.h
parentadfc8a677e51772d87a3e050477c60ce0b70288f (diff)
downloadcmake-247c168b987a8c9c479112c13078aa2e5db37773.tar.gz
Refactor `.def` file lookup
Return a `cmSourceFile const*` from GetModuleDefinitionFile so that callers can get more information than just the path to the file.
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 3fb1fd093a..0c17500120 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;