X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=CMakeLists.txt;h=33b2b93ee4b2aad692225aa5e983982587f2b78f;hb=4136520b0fb7162ce9fd19f1fc9fc0e8b6f7339d;hp=19e67438e262e4ae03745c151eb8374cd8b6d235;hpb=60c371d7f008c2784c5a43334abf6602e0c91da0;p=freeglut diff --git a/CMakeLists.txt b/CMakeLists.txt index 19e6743..33b2b93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,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 @@ -145,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