Commit 617f2f31 authored by Hans-Nikolai Viessmann's avatar Hans-Nikolai Viessmann
Browse files

Merge branch 'develop' into 'master'

Develop

See merge request sac-group/sac2c!37
parents 55fa49c5 6a195c69
Showing with 7 additions and 1 deletion
+7 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment