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
533e90bc
Commit
533e90bc
authored
Sep 28, 2020
by
Malte Heithoff
Browse files
Fix String in template
parent
5ef39029
Pipeline
#338696
failed with stage
in 33 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/main/resources/template/cmake/CMakeListsCppTemplate.ftl
View file @
533e90bc
...
...
@@ -17,12 +17,12 @@ find_package(${var.packageName} <#if var.required>REQUIRED<#else></#if>)
# additional library linkage
<#
list
viewModel.cmakeLibraryLinkageList as cmd>
set(LIBS $
{
r
"${LIBS}"
}
$
{
cmd
}
)
set
(
LIBS
$
{
r
"${LIBS}"
}
$
{
cmd
}
)
</#
list
>
# additional commands
<#
list
viewModel.cmakeCommandList as cmd>
$
{
cmd
}
${
cmd
}
</#
list
>
# create static library
...
...
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