
cmake_minimum_required(VERSION 2.8)

project(test_modules)

add_subdirectory(server)
add_subdirectory(container)
