Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
third-party
glew
Commits
29a0ac0f
Commit
29a0ac0f
authored
Jun 10, 2015
by
Tamas Kenez
Browse files
cmake: install named headers instead of directory
parent
e618ce2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/cmake/CMakeLists.txt
View file @
29a0ac0f
...
...
@@ -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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment