Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
5ef39029
Commit
5ef39029
authored
Sep 28, 2020
by
Malte Heithoff
Browse files
Fix String in template
parent
2eb79b9d
Pipeline
#335984
passed with stage
in 16 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/template/cmake/CMakeListsCppTemplate.ftl
View file @
5ef39029
...
...
@@ -17,7 +17,7 @@ find_package(${var.packageName} <#if var.required>REQUIRED<#else></#if>)
# additional library linkage
<#
list
viewModel.cmakeLibraryLinkageList as cmd>
set(LIBS "$
{
LIBS
}
" $
{
cmd
}
)
set(LIBS
$
{
r
"${LIBS}"
}
$
{
cmd
}
)
</#
list
>
# additional commands
...
...
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