Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b0635996
Commit
b0635996
authored
Mar 15, 2012
by
David Cole
Committed by
Brad King
Mar 16, 2012
Browse files
Add a default source group for object files.
parent
be01f3b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmMakefile.cxx
View file @
b0635996
...
...
@@ -782,6 +782,7 @@ void cmMakefile::SetLocalGenerator(cmLocalGenerator* lg)
"
\\
.(h|hh|h
\\
+
\\
+|hm|hpp|hxx|in|txx|inl)$"
);
this
->
AddSourceGroup
(
"CMake Rules"
,
"
\\
.rule$"
);
this
->
AddSourceGroup
(
"Resources"
,
"
\\
.plist$"
);
this
->
AddSourceGroup
(
"Object Files"
,
"
\\
.(lo|o|obj)$"
);
#endif
this
->
WarnUnused
=
this
->
GetCMakeInstance
()
->
GetWarnUnused
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment