diff options
| author | ruki <[email protected]> | 2023-08-29 23:01:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-29 23:01:26 +0800 |
| commit | 404575d33dd364563d0b582c524d6219c1277c49 (patch) | |
| tree | 69d99704f211e46895ed9a82f7c938651ed54e77 /tests | |
| parent | 990430ca785e293ee81ee39360581fda06de621b (diff) | |
add cppfront rule
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/cppfront/console/.gitignore (renamed from tests/projects/other/cppfront/.gitignore) | 0 | ||||
| -rw-r--r-- | tests/projects/cppfront/console/src/main.cpp2 (renamed from tests/projects/other/cppfront/src/main.cpp2) | 0 | ||||
| -rw-r--r-- | tests/projects/cppfront/console/xmake.lua (renamed from tests/projects/other/cppfront/xmake.lua) | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/other/cppfront/.gitignore b/tests/projects/cppfront/console/.gitignore index 152105761..152105761 100644 --- a/tests/projects/other/cppfront/.gitignore +++ b/tests/projects/cppfront/console/.gitignore diff --git a/tests/projects/other/cppfront/src/main.cpp2 b/tests/projects/cppfront/console/src/main.cpp2 index 168a1773a..168a1773a 100644 --- a/tests/projects/other/cppfront/src/main.cpp2 +++ b/tests/projects/cppfront/console/src/main.cpp2 diff --git a/tests/projects/other/cppfront/xmake.lua b/tests/projects/cppfront/console/xmake.lua index 5499ee547..c9744ada5 100644 --- a/tests/projects/other/cppfront/xmake.lua +++ b/tests/projects/cppfront/console/xmake.lua @@ -1,6 +1,7 @@ add_rules("mode.debug", "mode.release") target("test") + add_rules("cppfront") set_kind("binary") add_files("src/*.cpp2") |
