repo.or.cz
/
mesa-waffle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wcore: Do not use get_with_default() when default_value is the same as value
[mesa-waffle.git]
/
include
/
CMakeLists.txt
blob
e190a763e169c6b6368326c595d0b8341d9ef2f7
1
configure_file(waffle/waffle_version.h.in
2
${CMAKE_CURRENT_SOURCE_DIR}/waffle/waffle_version.h
3
@ONLY)
4
5
install(
6
FILES
7
waffle/waffle.h
8
waffle/waffle_gbm.h
9
waffle/waffle_glx.h
10
waffle/waffle_version.h
11
waffle/waffle_wayland.h
12
waffle/waffle_x11_egl.h
13
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${waffle_libname}
14
COMPONENT headers
15
)