diff -r 50ed968e4fee -r b74a7bbe224e CMakeLists.txt --- a/CMakeLists.txt Thu Oct 02 00:48:14 2014 +0400 +++ b/CMakeLists.txt Mon Oct 13 23:46:49 2014 +0400 @@ -27,7 +27,7 @@ option(LUA_SYSTEM "Use system lua (on)" ON) endif() -option(BUILD_ENGINE_LIBRARY "Enable hwengine library (off)" OFF) +set(BUILD_ENGINE_LIBRARY ON) option(ANDROID "Enable Android build (off)" OFF) option(MINIMAL_FLAGS "Respect system flags as much as possible (off)" OFF)