From c168dbd7b282fc843b54bf3b0848320ac2c70eb2 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Wed, 18 Sep 2019 11:53:32 +0000 Subject: [PATCH] Fixed failure to install glut.h header file when FREEGLUT_REPLACE_GLUT is 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c10a56..690f0ec 100644 --- 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() -- 1.7.10.4