Skip to content
Snippets Groups Projects
Commit 1d514f48 authored by Christoph Junghans's avatar Christoph Junghans Committed by Adam J. Stewart
Browse files

random123: install uniform.hpp as well (#3856)

parent 5aa273b3
Branches
No related tags found
No related merge requests found
...@@ -41,3 +41,5 @@ def install(self, spec, prefix): ...@@ -41,3 +41,5 @@ def install(self, spec, prefix):
# We have to do our own install here. # We have to do our own install here.
install_tree('include', prefix.include) install_tree('include', prefix.include)
install('./LICENSE', "%s" % prefix) install('./LICENSE', "%s" % prefix)
# used by some packages, e.g. quinoa
install('examples/uniform.hpp', prefix.include)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment