Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jordy Aaldering
sac2c
Commits
3a3699fc
Unverified
Commit
3a3699fc
authored
7 years ago
by
Hans-Nikolai Viessmann
Browse files
Options
Download
Email Patches
Plain Diff
Added missing headers (again)
parent
cb4d1681
mtdynamic
2366-virtual-stack-trace
2392-class-effect-bug
2424-typefix-bug
Issue2418
alwyn-fold-traversal
buildsystem_cuda_arch
develop
icao
improved-WLF
master
memory_leak
mt-beehive-sleeping-bees
new_fun_types_charl
one-bit-booleans
potentially_faster_aplmod
records-reg
replace-code-cexpr
sanitize
ub_and_leak
v1.3.3-MijasCosta
v1.3.2-MijasCosta
v1.3-beta-MijasCosta
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-1
CMakeLists.txt
with
7 additions
and
1 deletion
+7
-1
CMakeLists.txt
+
7
-
1
View file @
3a3699fc
...
...
@@ -227,7 +227,13 @@ XINSTALL (DIRECTORY ${PROJECT_BINARY_DIR}/runtime_build/src/runtime_libraries-bu
XINSTALL
(
DIRECTORY
${
PROJECT_BINARY_DIR
}
/runtime_build/src/runtime_libraries-build/lib/prelude/tree
DESTINATION
"
${
TREEPATH_INSTALL
}
"
COMPONENT libraries
)
# install further includes
XINSTALL
(
DIRECTORY
"
${
PROJECT_SOURCE_DIR
}
/include/"
DESTINATION
"
${
INCPATH_INSTALL
}
"
COMPONENT headers
)
# we install sources of binaries
XINSTALL
(
FILES
${
PROJECT_SOURCE_DIR
}
/src/tools/sac2c/sac2c.c
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help