cmake_minimum_required( VERSION 2.6 )

find_package( PkgConfig )

add_subdirectory( backend )
add_subdirectory( frontend )
