summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-11 10:30:08 +0800
committerOpportunityLiu <[email protected]>2019-06-11 10:30:08 +0800
commit664dc2e0e8820eab96c2cae5f2e451894bc1fc4b (patch)
tree019c2929544499dda0b417374f3b6ef441effa58
parenta4958a1e1f62beff40d4df0c6634236583163707 (diff)
fix
-rw-r--r--xmake/templates/cuda/shared_library/template.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/templates/cuda/shared_library/template.lua b/xmake/templates/cuda/shared_library/template.lua
index ff9c56179..6df920968 100644
--- a/xmake/templates/cuda/shared_library/template.lua
+++ b/xmake/templates/cuda/shared_library/template.lua
@@ -1,8 +1,8 @@
-- set name
-set_name("static")
+set_name("shared")
-- set description
-set_description("The Static Library")
+set_description("The Shared Library")
-- set project directory
set_projectdir("project")