mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 22:05:06 +00:00
cmake: install named headers instead of directory
This commit is contained in:
parent
e618ce2efb
commit
29a0ac0f47
@ -90,4 +90,8 @@ install(FILES ${GLEW_DIR}/glew.pc ${GLEW_DIR}/glewmx.pc
|
|||||||
DESTINATION lib/pkgconfig
|
DESTINATION lib/pkgconfig
|
||||||
)
|
)
|
||||||
|
|
||||||
install (DIRECTORY ${GLEW_DIR}/include/ DESTINATION include)
|
install (FILES
|
||||||
|
${GLEW_DIR}/include/wglew.h
|
||||||
|
${GLEW_DIR}/include/glew.h
|
||||||
|
${GLEW_DIR}/include/glxew.h
|
||||||
|
DESTINATION include/GL)
|
||||||
|
Loading…
Reference in New Issue
Block a user