summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/shared
diff options
context:
space:
mode:
authorLiu <[email protected]>2019-12-02 21:32:50 +0800
committerLiu <[email protected]>2019-12-02 21:33:15 +0800
commit30d4183095aa5dcdb9cbe00b1b48e45ca31424fe (patch)
treeb8e47b54d84dab64cc9a65e101fcc947e52ea6cc /xmake/templates/c++/shared
parent45b739d927c89d93d85f626ab77dee70746c1cd3 (diff)
clear tail white space
Diffstat (limited to 'xmake/templates/c++/shared')
-rw-r--r--xmake/templates/c++/shared/project/xmake.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/templates/c++/shared/project/xmake.lua b/xmake/templates/c++/shared/project/xmake.lua
index 79ce52043..b4feb75ed 100644
--- a/xmake/templates/c++/shared/project/xmake.lua
+++ b/xmake/templates/c++/shared/project/xmake.lua
@@ -1,5 +1,5 @@
--- add modes: debug and release
+-- add modes: debug and release
add_rules("mode.debug", "mode.release")
-- add target
@@ -9,7 +9,7 @@ target("${TARGETNAME}")
set_kind("shared")
-- add files
- add_files("src/interface.cpp")
+ add_files("src/interface.cpp")
-- add target
target("${TARGETNAME}_demo")
@@ -21,6 +21,6 @@ target("${TARGETNAME}_demo")
add_deps("${TARGETNAME}")
-- add files
- add_files("src/test.cpp")
+ add_files("src/test.cpp")
${FAQ}