added todo
[freeglut] / CMakeLists.txt
index 7a7de9f..33b2b93 100644 (file)
@@ -65,6 +65,7 @@ IF(NOT FREEGLUT_GLES2 AND NOT FREEGLUT_GLES1)
         src/fg_menu.c
         src/fg_teapot.c
         src/fg_teapot_data.h
+        src/fg_geometry.c
     )
 ELSE()
     LIST(APPEND FREEGLUT_SRCS
@@ -102,6 +103,7 @@ ELSEIF(ANDROID)
     LIST(APPEND FREEGLUT_SRCS
         src/egl/fg_internal_egl.h
         src/egl/fg_display_egl.c
+        src/egl/fg_ext_egl.c
         src/egl/fg_init_egl.c
         src/egl/fg_state_egl.c
         src/egl/fg_structure_egl.c
@@ -144,6 +146,7 @@ ELSE()
         LIST(APPEND FREEGLUT_SRCS
             src/egl/fg_internal_egl.h
             src/egl/fg_display_egl.c
+            src/egl/fg_ext_egl.c
             src/egl/fg_init_egl.c
             src/egl/fg_state_egl.c
             src/egl/fg_structure_egl.c