Added IOIO Lib sub module

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-12-11 11:19:53 -05:00
parent 190acba99a
commit 2c30e39eaa
3 changed files with 8 additions and 5 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "ioiolib"]
path = ioiolib
url = git://rickbarrette.org/ioiolib

View File

@@ -8,8 +8,7 @@
# project structure. # project structure.
# Project target. # Project target.
target=Google Inc.:Google APIs:15 target=Google Inc.:Google APIs:17
android.library.reference.3=../../location_library/LocationLib android.library.reference.3=../ioiolib/IOIOLib
android.library.reference.1=../../ioiolib/IOIOLib android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib
android.library.reference.2=../../exception_handler_library/ExceptionHandlerLib android.library.reference.2=../../location_library/LocationLib
android.library.reference.4=../../../workspace/Joystick

1
ioiolib Submodule

Submodule ioiolib added at efb63070a2