Added dub support
This commit is contained in:
parent
5e49d9ae36
commit
1a2bef3ec8
5 changed files with 257 additions and 0 deletions
7
tests/dub/CMakeLists.txt
Normal file
7
tests/dub/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(DubTest D)
|
||||
|
||||
include(UseDub)
|
||||
|
||||
DubProject_Add(derelict-sdl2 ~2.0.0)
|
Loading…
Add table
Add a link
Reference in a new issue