From dd5d9999fa94cd8b7ca1c309f4ee3e56400fae0c Mon Sep 17 00:00:00 2001 From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz> Date: Sun, 11 Sep 2016 12:43:45 +0200 Subject: [PATCH] Fixing CMakeLists in tnl-quickstart. --- src/Tools/tnl-quickstart/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Tools/tnl-quickstart/CMakeLists.txt b/src/Tools/tnl-quickstart/CMakeLists.txt index 94a37b5530..988e012b7b 100644 --- a/src/Tools/tnl-quickstart/CMakeLists.txt +++ b/src/Tools/tnl-quickstart/CMakeLists.txt @@ -3,6 +3,9 @@ INSTALL( FILES tnl-quickstart DESTINATION bin PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE ) -INSTALL( FILES Makefile.py.in +INSTALL( FILES Makefile.in + main.h.in + problem.h.in + problem_impl.h.in DESTINATION share PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ ) \ No newline at end of file -- GitLab