diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gras/CMakeLists.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/gras/CMakeLists.txt b/include/gras/CMakeLists.txt new file mode 100644 index 0000000..69c4d2c --- /dev/null +++ b/include/gras/CMakeLists.txt @@ -0,0 +1,19 @@ +######################################################################## +# install include files +######################################################################## +install(FILES + + block.hpp + element.hpp + gras.hpp + hier_block.hpp + io_signature.hpp + sbuffer.hpp + sbuffer.ipp + tags.hpp + thread_pool.hpp + top_block.hpp + + DESTINATION include/gras + COMPONENT ${GRAS_COMP_DEVEL} +) |