mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +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
|
||||
)
|
||||
|
||||
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