cmake_minimum_required(VERSION 2.8)
include_directories(${CMAKE_CURRENT_LIST_DIR}/../../src/dtl-cpp/dtl)
add_executable(dtlcpptest main.cpp)
