diff options
Diffstat (limited to 'include/gras/CMakeLists.txt')
-rw-r--r-- | include/gras/CMakeLists.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/include/gras/CMakeLists.txt b/include/gras/CMakeLists.txt index 85c51c3..fe11faf 100644 --- a/include/gras/CMakeLists.txt +++ b/include/gras/CMakeLists.txt @@ -13,15 +13,22 @@ install(FILES io_signature.hpp io_signature.i sbuffer.hpp - sbuffer.ipp sbuffer.i tags.hpp tags.i thread_pool.hpp top_block.hpp work_buffer.hpp - work_buffer.ipp DESTINATION include/gras COMPONENT ${GRAS_COMP_DEVEL} ) + +install(FILES + + detail/sbuffer.hpp + detail/work_buffer.hpp + + DESTINATION include/gras/detail + COMPONENT ${GRAS_COMP_DEVEL} +) |