Fixed Android build

This commit is contained in:
Andrey Kamaev
2011-06-03 12:01:55 +00:00
parent 03c7784186
commit c7bdf83de5
6 changed files with 45 additions and 36 deletions

View File

@@ -105,3 +105,6 @@ SET( ENABLE_SSE42 OFF CACHE INTERNAL "" FORCE )
#Enable SSSE3 instructions
SET( ENABLE_SSSE3 OFF CACHE INTERNAL "" FORCE )
#Set output folder to "libs" instead of "lib" for better compatibility with java projects
SET( LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/libs CACHE PATH "path for android libs" )