From 5f5daf64c504e1103a355f45bf925a5149b03e24 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 9 Aug 2026 18:06:16 +0800 Subject: move templates dir --- xmake/templates/c++/shared/src/foo.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xmake/templates/c++/shared/src/foo.cpp (limited to 'xmake/templates/c++/shared/src/foo.cpp') diff --git a/xmake/templates/c++/shared/src/foo.cpp b/xmake/templates/c++/shared/src/foo.cpp new file mode 100644 index 000000000..1a1fb3425 --- /dev/null +++ b/xmake/templates/c++/shared/src/foo.cpp @@ -0,0 +1,5 @@ +#include "foo.h" + +int add(int a, int b) { + return a + b; +} -- cgit v1.3.1