mirror of
https://github.com/glfw/glfw.git
synced 2025-08-31 19:11:49 +00:00
parent
c9b129753a
commit
1fdd39cf3e
@ -23,6 +23,7 @@ video tutorials.
|
|||||||
- Denis Bernard
|
- Denis Bernard
|
||||||
- BiBi
|
- BiBi
|
||||||
- Doug Binks
|
- Doug Binks
|
||||||
|
- bitb4ker
|
||||||
- blanco
|
- blanco
|
||||||
- Waris Boonyasiriwat
|
- Waris Boonyasiriwat
|
||||||
- Kyle Brenneman
|
- Kyle Brenneman
|
||||||
|
@ -50,7 +50,7 @@ else()
|
|||||||
COMMENT "Generating HTML documentation"
|
COMMENT "Generating HTML documentation"
|
||||||
VERBATIM)
|
VERBATIM)
|
||||||
|
|
||||||
add_custom_target(docs ALL SOURCES "html/index.html")
|
add_custom_target(docs ALL DEPENDS "html/index.html")
|
||||||
set_target_properties(docs PROPERTIES FOLDER "GLFW3")
|
set_target_properties(docs PROPERTIES FOLDER "GLFW3")
|
||||||
|
|
||||||
if (GLFW_INSTALL)
|
if (GLFW_INSTALL)
|
||||||
|
Loading…
Reference in New Issue
Block a user