summaryrefslogtreecommitdiff
path: root/include/gras/CMakeLists.txt
blob: 628acfbe84dc917ac984b824a4e90cbf3cfbeda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
########################################################################
# install include files
########################################################################
install(FILES

    block.hpp
    element.hpp
    element.i
    gras.hpp
    hier_block.hpp
    io_signature.hpp
    io_signature.i
    sbuffer.hpp
    sbuffer.ipp
    tags.hpp
    thread_pool.hpp
    top_block.hpp

    DESTINATION include/gras
    COMPONENT ${GRAS_COMP_DEVEL}
)