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