From 679191eb773e4f8c026a4e71979771d6a5a8ba9c Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 11 Aug 2020 22:39:06 +0800 Subject: improve templates again --- xmake/templates/c++/console/project/xmake.lua | 6 ------ xmake/templates/c/console/project/xmake.lua | 6 ------ 2 files changed, 12 deletions(-) diff --git a/xmake/templates/c++/console/project/xmake.lua b/xmake/templates/c++/console/project/xmake.lua index 00499409f..e0a7bdd52 100644 --- a/xmake/templates/c++/console/project/xmake.lua +++ b/xmake/templates/c++/console/project/xmake.lua @@ -1,14 +1,8 @@ --- add modes: debug and release add_rules("mode.debug", "mode.release") --- add target target("${TARGETNAME}") - - -- set kind set_kind("binary") - - -- add files add_files("src/*.cpp") ${FAQ} diff --git a/xmake/templates/c/console/project/xmake.lua b/xmake/templates/c/console/project/xmake.lua index 635cdc160..068845cff 100644 --- a/xmake/templates/c/console/project/xmake.lua +++ b/xmake/templates/c/console/project/xmake.lua @@ -1,14 +1,8 @@ --- add modes: debug and release add_rules("mode.debug", "mode.release") --- add target target("${TARGETNAME}") - - -- set kind set_kind("binary") - - -- add files add_files("src/*.c") ${FAQ} -- cgit v1.3.1