X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=CMakeLists.txt;h=946ac6dff1cd6d5079a552692af9782b1e4a0943;hb=4af25b80ace1e391f8886771bdf16c1db2a850f6;hp=16661e6c9f24b11799cb7831fd1cdd519be528ad;hpb=53897b97e617ca478288b78b9ff363d97ba3f74e;p=freeglut diff --git a/CMakeLists.txt b/CMakeLists.txt index 16661e6..946ac6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,9 @@ IF(WIN32) ENDIF() ELSEIF(ANDROID OR BLACKBERRY) + # BlackBerry and Android share some similar design concepts and ideas, as with many mobile devices. + # As such, some classes can be shared between the two. XXX: Possibly rename shareable classes to + # a more generic name. *_stub? *_mobile? LIST(APPEND FREEGLUT_SRCS src/android/fg_cursor_android.c src/android/fg_ext_android.c