diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 3e7d838..de216f3 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -261,6 +261,9 @@ public: // Define the properties static void DefineProperties(cmake *cm); + + // Compute the OBJECT_FILES property only when requested + void ComputeObjectFiles(); private: /** |