diff options
author | Brad King <brad.king@kitware.com> | 2012-10-01 19:18:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-10-01 19:18:21 (GMT) |
commit | a61f633737067da7d765c5e479a7d6754d4a083a (patch) | |
tree | b62dd41469e20b4bb7d777b3f40a0761968ff9d1 /Source/cmMakefileTargetGenerator.h | |
parent | 8c55ea017e671223d7acc01f5121b6b45c697c2a (diff) | |
parent | 4075e1ca6ccd01183c9bb582a2291c5abc70a828 (diff) | |
download | CMake-a61f633737067da7d765c5e479a7d6754d4a083a.zip CMake-a61f633737067da7d765c5e479a7d6754d4a083a.tar.gz CMake-a61f633737067da7d765c5e479a7d6754d4a083a.tar.bz2 |
Merge branch 'master' into import-KWSys-subtree
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileTargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h index e1e554b..36a1f68 100644 --- a/Source/cmMakefileTargetGenerator.h +++ b/Source/cmMakefileTargetGenerator.h @@ -73,6 +73,7 @@ protected: void WriteTargetDependRules(); // write rules for Mac OS X Application Bundle content. + void WriteMacOSXContentRules(std::vector<cmSourceFile*> const& sources); void WriteMacOSXContentRules(cmSourceFile& source, const char* pkgloc); // write the rules for an object |