summaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
blob: e190a763e169c6b6368326c595d0b8341d9ef2f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
configure_file(waffle/waffle_version.h.in
               ${CMAKE_CURRENT_SOURCE_DIR}/waffle/waffle_version.h
               @ONLY)

install(
    FILES
        waffle/waffle.h
        waffle/waffle_gbm.h
        waffle/waffle_glx.h
        waffle/waffle_version.h
        waffle/waffle_wayland.h
        waffle/waffle_x11_egl.h
    DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${waffle_libname}
    COMPONENT headers
    )