summaryrefslogtreecommitdiff
path: root/core/src/xmake/utils/prefix.h
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-15 22:43:56 +0800
committerruki <[email protected]>2026-01-15 22:43:56 +0800
commit5e6df0bcfe9768e84545cd94466973435268aef1 (patch)
tree08214d8941b389afde8b72edc99835b0d5d588ef /core/src/xmake/utils/prefix.h
parent819fce6bdf23e654d839f2aa566d822653ea6689 (diff)
add charset.c
Diffstat (limited to 'core/src/xmake/utils/prefix.h')
-rw-r--r--core/src/xmake/utils/prefix.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/core/src/xmake/utils/prefix.h b/core/src/xmake/utils/prefix.h
new file mode 100644
index 000000000..a9f509e72
--- /dev/null
+++ b/core/src/xmake/utils/prefix.h
@@ -0,0 +1,29 @@
+/*!A cross-platform build utility based on Lua
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * Copyright (C) 2015-present, Xmake Open Source Community.
+ *
+ * @author ruki
+ * @file prefix.h
+ *
+ */
+#ifndef XM_UTILS_PREFIX_H
+#define XM_UTILS_PREFIX_H
+
+/* //////////////////////////////////////////////////////////////////////////////////////
+ * includes
+ */
+#include "../prefix.h"
+
+#endif