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
a70a702d
Commit
a70a702d
authored
Sep 28, 2020
by
Malte Heithoff
Browse files
Fixed compare CMakeLists
parent
a0c704c0
Pipeline
#335821
passed with stage
in 16 minutes and 12 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/results/cmake/test/BasicConstantAssignment/CMakeLists.txt
View file @
a70a702d
...
...
@@ -11,6 +11,8 @@ find_package(Armadillo REQUIRED)
set
(
INCLUDE_DIRS
${
INCLUDE_DIRS
}
${
Armadillo_INCLUDE_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
Armadillo_LIBRARIES
}
)
# additional library linkage
# additional commands
# create static library
...
...
src/test/resources/results/cmake/test/BasicPortsMath/CMakeLists.txt
View file @
a70a702d
...
...
@@ -11,6 +11,8 @@ find_package(Armadillo REQUIRED)
set
(
INCLUDE_DIRS
${
INCLUDE_DIRS
}
${
Armadillo_INCLUDE_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
Armadillo_LIBRARIES
}
)
# additional library linkage
# additional commands
# create static library
...
...
src/test/resources/results/cmake/test/math/FloatDivisionTest/CMakeLists.txt
View file @
a70a702d
...
...
@@ -11,6 +11,8 @@ find_package(Armadillo REQUIRED)
set
(
INCLUDE_DIRS
${
INCLUDE_DIRS
}
${
Armadillo_INCLUDE_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
Armadillo_LIBRARIES
}
)
# additional library linkage
# additional commands
# create static library
...
...
src/test/resources/results/cmake/testing/Model/CMakeLists.txt
View file @
a70a702d
...
...
@@ -11,6 +11,8 @@ find_package(Armadillo REQUIRED)
set
(
INCLUDE_DIRS
${
INCLUDE_DIRS
}
${
Armadillo_INCLUDE_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
Armadillo_LIBRARIES
}
)
# additional library linkage
# additional commands
# 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