index
:
135e2/hinata.git
[WIP] cross-platform multi-thread downloader
135e2
log msg
author
committer
range
master
summary
refs
log
tree
commit
diff
path:
root
/
xmake.lua
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'xmake.lua')
-rw-r--r--
xmake.lua
1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 9b9883d..654cd17 100644
--- a/
xmake.lua
+++ b/
xmake.lua
@@ -20,6 +20,7 @@ set_kind("binary")
add_files("src/*.c")
add_files("src/*/*.c")
set_languages("c11")
+set_license("LGPL-3.0")
if is_mode("debug") then
add_defines("DEBUG")
end