cmake_minimum_required (VERSION 2.6)
project (stmpct-cpp-test)

enable_testing()

add_subdirectory(libstmpcttest)
add_subdirectory(testconsole)
