Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
fca28bd8
Commit
fca28bd8
authored
Dec 27, 2016
by
Jan Möbius
Browse files
Merge branch 'master' into restructure_ObjectTypes
parents
c90c25f1
7837c901
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGCommon.cmake
View file @
fca28bd8
...
...
@@ -278,10 +278,7 @@ endmacro ()
macro
(
acg_drop_templates list
)
foreach
(
_file
${${
list
}}
)
if
(
_file MATCHES
"T.cc$"
)
list
(
REMOVE_ITEM
${
list
}
${
_file
}
)
# Append removed sources to a dummy target to make them available in qtcreator
target_sources
(
_qtcreator_add_files PUBLIC
${
_file
}
)
set_source_files_properties
(
${
_file
}
PROPERTIES HEADER_FILE_ONLY TRUE
)
endif
()
endforeach
()
endmacro
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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