Added dub support

This commit is contained in:
Dragos Carp 2014-03-09 14:06:50 +01:00
commit 1a2bef3ec8
5 changed files with 257 additions and 0 deletions

7
tests/dub/CMakeLists.txt Normal file
View file

@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(DubTest D)
include(UseDub)
DubProject_Add(derelict-sdl2 ~2.0.0)