Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
kraus
src
Commits
19584e8f
Commit
19584e8f
authored
Mar 26, 2019
by
snuverink_j
Browse files
source files dont need to be installed, add explicit comment for exceptions
parent
d6e6e76f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
src/Classic/Algebra/CMakeLists.txt
src/Classic/Algebra/CMakeLists.txt
+2
-1
src/Classic/FixedAlgebra/CMakeLists.txt
src/Classic/FixedAlgebra/CMakeLists.txt
+2
-1
src/Classic/Physics/CMakeLists.txt
src/Classic/Physics/CMakeLists.txt
+0
-1
src/Classic/Utilities/CMakeLists.txt
src/Classic/Utilities/CMakeLists.txt
+1
-2
No files found.
src/Classic/Algebra/CMakeLists.txt
View file @
19584e8f
...
...
@@ -43,4 +43,5 @@ set (HDRS
)
install
(
FILES
${
HDRS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/Algebra"
)
# Some source files included in header files
install
(
FILES
${
_SRCS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/Algebra"
)
src/Classic/FixedAlgebra/CMakeLists.txt
View file @
19584e8f
...
...
@@ -46,4 +46,5 @@ set (HDRS
)
install
(
FILES
${
HDRS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/FixedAlgebra"
)
# Some source files included in header files
install
(
FILES
${
_SRCS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/FixedAlgebra"
)
src/Classic/Physics/CMakeLists.txt
View file @
19584e8f
...
...
@@ -12,4 +12,3 @@ set (HDRS
)
install
(
FILES
${
HDRS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/Physics"
)
install
(
FILES
${
_SRCS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/Physics"
)
src/Classic/Utilities/CMakeLists.txt
View file @
19584e8f
...
...
@@ -106,4 +106,3 @@ set (HDRS
)
install
(
FILES
${
HDRS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/Utilities"
)
\ No newline at end of file
install
(
FILES
${
_SRCS
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/Utilities"
)
\ No newline at end of file
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