summaryrefslogtreecommitdiff
path: root/Source/cmSetSourceFilesPropertiesCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-06 16:04:49 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-06 16:04:49 -0400
commit5a71f83f7a23a683b6da7cca2735736db6318353 (patch)
tree949f5578d23c0c6eff93bc430fd3b34bae38250b /Source/cmSetSourceFilesPropertiesCommand.cxx
parent9e9653713cf10727c05049da50dc153be237be30 (diff)
downloadcmake-5a71f83f7a23a683b6da7cca2735736db6318353.tar.gz
BUG: Several fixes to handle bundle content on Mac OSX
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx
index 1884328ae5..8c085ffb62 100644
--- a/Source/cmSetSourceFilesPropertiesCommand.cxx
+++ b/Source/cmSetSourceFilesPropertiesCommand.cxx
@@ -110,6 +110,8 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
propertyPairs.push_back(*j);
propertyPairs.push_back("EXTRA_CONTENT");
propertyPairs.push_back("1");
+ propertyPairs.push_back("MACOSX_CONTENT");
+ propertyPairs.push_back("1");
propertyPairs.push_back("KEEP_EXTENSION");
propertyPairs.push_back("1");
propertyPairs.push_back("LANGUAGE");