cmake_minimum_required(VERSION 3.0)

PROJECT(bbf C)

add_subdirectory(libbbfdm-api)
add_subdirectory(libbbfdm)
add_subdirectory(bbfdmd/src)
