mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
8ceb02cb75
This adds a Android.mk build that builds a Ceres static library suitable for embetting in larger Android applications. This is useful when needing to build Ceres without GPL'd components, since the standalone toolchain (needed for the CMake Android build) does not work with STLPort. Change-Id: I8d857237f6f82658741017d161b2e31d9a20e5a7
21 lines
186 B
Plaintext
21 lines
186 B
Plaintext
*~
|
|
.*.swp
|
|
CMakeLists.txt.user*
|
|
*.kdev*
|
|
*.bak
|
|
*.orig
|
|
build/
|
|
build-release/
|
|
build-debug/
|
|
*.aux
|
|
*.blg
|
|
*.toc
|
|
*.fdb_latexmk
|
|
*.bbl
|
|
*.log
|
|
*.synctex.gz
|
|
ceres.pdf
|
|
ceres-solver.pdf
|
|
obj/
|
|
jni/libs/
|