summaryrefslogtreecommitdiff
path: root/include/gras/CMakeLists.txt
blob: 85c51c33a47425bf6ca2519743e350cb3d370ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
########################################################################
# install include files
########################################################################
install(FILES

    block.hpp
    block.i
    element.hpp
    element.i
    gras.hpp
    hier_block.hpp
    hier_block.i
    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}
)