cmake_minimum_required(VERSION 2.8)

project(all)

add_subdirectory(common)
add_subdirectory(jni)
