tests/gl_basic_test: add apple/core context workaround
[mesa-waffle.git] / include / CMakeLists.txt
blob18a5c0ac2fcc8d43f1155fe4acd444c13fc85c17
1 configure_file(waffle-1/waffle_version.h.in
2                ${CMAKE_CURRENT_SOURCE_DIR}/waffle-1/waffle_version.h
3                @ONLY)
5 install(
6     FILES
7         waffle-1/waffle.h
8         waffle-1/waffle_gbm.h
9         waffle-1/waffle_glx.h
10         waffle-1/waffle_version.h
11         waffle-1/waffle_wayland.h
12         waffle-1/waffle_x11_egl.h
13     DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${waffle_libname}
14     COMPONENT headers
15     )