diff options
author | Josh Blum | 2012-10-31 20:21:19 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-31 20:21:19 -0700 |
commit | 32f9c796f5b30b7bd802c5f1802a94de2b50ec10 (patch) | |
tree | 9ef78700d66061c580f888121528575557dea971 /include | |
parent | 77f79c8e2c45d816a2ecb869b2869825b3293640 (diff) | |
download | sandhi-32f9c796f5b30b7bd802c5f1802a94de2b50ec10.tar.gz sandhi-32f9c796f5b30b7bd802c5f1802a94de2b50ec10.tar.bz2 sandhi-32f9c796f5b30b7bd802c5f1802a94de2b50ec10.zip |
build system work
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} +) |