-
Notifications
You must be signed in to change notification settings - Fork 1
/
dub.sdl
36 lines (32 loc) · 918 Bytes
/
dub.sdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name "aismmfile"
description "Memory-mapped positional AIS data file libs/utils"
authors "James Thompson (Inkblot Software)"
copyright "Copyright (c) 2017 Inkblot Software Limited"
license "MPLv2"
configuration "sourceLibrary" {
targetPath "bin"
}
configuration "aisndjson_to_aismmfile" {
targetType "executable"
targetPath "bin"
targetName "aisndjson_to_aismmfile"
mainSourceFile "app_src/aisndjson_to_aismmfile.d"
buildOptions "optimize"
buildOptions "inline"
}
configuration "aismmfile_ls" {
targetType "executable"
targetPath "bin"
targetName "aismmfile_ls"
mainSourceFile "app_src/aismmfile_ls.d"
buildOptions "optimize"
buildOptions "inline"
}
configuration "aismmfile_cat" {
targetType "executable"
targetPath "bin"
targetName "aismmfile_cat"
mainSourceFile "app_src/aismmfile_cat.d"
buildOptions "optimize"
buildOptions "inline"
}