forgot to add teapot to sourcelist for gles1 and gles2 builds

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1591 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2013-04-05 02:55:45 +00:00
parent 06355842a6
commit a78fe5852e

View File

@ -59,6 +59,7 @@ SET(FREEGLUT_SRCS
src/fg_ext.c src/fg_ext.c
src/fg_font_data.c src/fg_font_data.c
src/fg_gamemode.c src/fg_gamemode.c
src/fg_geometry.c
src/fg_gl2.c src/fg_gl2.c
src/fg_gl2.h src/fg_gl2.h
src/fg_init.c src/fg_init.c
@ -74,6 +75,8 @@ SET(FREEGLUT_SRCS
src/fg_stroke_mono_roman.c src/fg_stroke_mono_roman.c
src/fg_stroke_roman.c src/fg_stroke_roman.c
src/fg_structure.c src/fg_structure.c
src/fg_teapot.c
src/fg_teapot_data.h
src/fg_videoresize.c src/fg_videoresize.c
src/fg_window.c src/fg_window.c
) )
@ -82,13 +85,9 @@ IF(NOT FREEGLUT_GLES2 AND NOT FREEGLUT_GLES1)
LIST(APPEND FREEGLUT_SRCS LIST(APPEND FREEGLUT_SRCS
src/fg_font.c src/fg_font.c
src/fg_menu.c src/fg_menu.c
src/fg_teapot.c
src/fg_teapot_data.h
src/fg_geometry.c
) )
ELSE() ELSE()
LIST(APPEND FREEGLUT_SRCS LIST(APPEND FREEGLUT_SRCS
src/fg_geometry.c
src/gles_stubs.c src/gles_stubs.c
) )
ENDIF() ENDIF()