projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc3bd11
)
Fixed failure to install glut.h header file when FREEGLUT_REPLACE_GLUT is
author
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 18 Sep 2019 11:53:32 +0000
(11:53 +0000)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 18 Sep 2019 11:53:32 +0000
(11:53 +0000)
enabled (bug #250)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1853
7f0cb862
-5218-0410-a997-
914c9d46530a
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
0c10a56
..
690f0ec
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-73,7
+73,7
@@
SET(FREEGLUT_HEADERS
include/GL/freeglut_std.h
)
IF(FREEGLUT_REPLACE_GLUT)
- LIST(APPEND FREEGLUT_SRCS
+ LIST(APPEND FREEGLUT_HEADERS
include/GL/glut.h
)
ENDIF()