cmake_minimum_required (VERSION 2.6)

project (runtimeApi)

add_subdirectory(memory)
add_subdirectory(multiThread)
add_subdirectory(stream)
