summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
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