Fixed failure to install glut.h header file when FREEGLUT_REPLACE_GLUT is
enabled (bug #250) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1853 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
8085e72291
commit
31606f4f88
@ -73,7 +73,7 @@ SET(FREEGLUT_HEADERS
|
|||||||
include/GL/freeglut_std.h
|
include/GL/freeglut_std.h
|
||||||
)
|
)
|
||||||
IF(FREEGLUT_REPLACE_GLUT)
|
IF(FREEGLUT_REPLACE_GLUT)
|
||||||
LIST(APPEND FREEGLUT_SRCS
|
LIST(APPEND FREEGLUT_HEADERS
|
||||||
include/GL/glut.h
|
include/GL/glut.h
|
||||||
)
|
)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
Reference in New Issue
Block a user