SHARE
TWEET

Untitled

a guest Nov 4th, 2016 78 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*******************************************************************************
  2.  * Copyright 2011 See AUTHORS file.
  3.  *
  4.  * Licensed under the Apache License, Version 2.0 (the "License");
  5.  * you may not use this file except in compliance with the License.
  6.  * You may obtain a copy of the License at
  7.  *
  8.  *   http://www.apache.org/licenses/LICENSE-2.0
  9.  *
  10.  * Unless required by applicable law or agreed to in writing, software
  11.  * distributed under the License is distributed on an "AS IS" BASIS,
  12.  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13.  * See the License for the specific language governing permissions and
  14.  * limitations under the License.
  15.  ******************************************************************************/
  16.  
  17. include ":gdx"
  18.  
  19. include ":backends"
  20. include ":backends:gdx-backend-android"
  21. include ":backends:gdx-backend-headless"
  22. include ":backends:gdx-backend-jglfw"
  23. include ":backends:gdx-backend-lwjgl"
  24. include ":backends:gdx-backend-lwjgl3"
  25. include ":backends:gdx-backend-robovm"
  26. //include ":backends:gdx-backend-moe"
  27. include ":backends:gdx-backends-gwt"
  28.  
  29. include ":extensions:gdx-box2d:gdx-box2d"
  30. include ":extensions:gdx-box2d:gdx-box2d-gwt"
  31. include ":extensions:gdx-bullet"
  32. include ":extensions:gdx-controllers:gdx-controllers"
  33. include ":extensions:gdx-controllers:gdx-controllers-android"
  34. include ":extensions:gdx-controllers:gdx-controllers-desktop"
  35. include ":extensions:gdx-controllers:gdx-controllers-lwjgl3"
  36. include ":extensions:gdx-controllers:gdx-controllers-gwt"
  37. include ":extensions:gdx-freetype"
  38. include ":extensions:gdx-jnigen"
  39. include ":extensions:gdx-setup"
  40. include ":extensions:gdx-tools"
  41.  
  42. //include ":tests"
  43. //include ":tests:gdx-tests"
  44. //include ":tests:gdx-tests-android"
  45. //include ":tests:gdx-tests-gwt"
  46. //include ":tests:gdx-tests-iosrobovm"
  47. //include ':tests:gdx-tests-ios-intel'
  48. //include ":tests:gdx-tests-jglfw"
  49. //include ":tests:gdx-tests-lwjgl"
  50. //include ":tests:gdx-tests-lwjgl3"
  51.  
  52. rootProject.name = "libgdx"
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top