diff options
| author | ruki <[email protected]> | 2022-07-02 00:54:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-02 00:54:52 +0800 |
| commit | b9ecb6ba01262703fd962353fcc24cf0ee7e9e5f (patch) | |
| tree | b1165ad2326f98518bf93e80ea858ce5d5424540 /xmake/rules/c++/build_optimization/load.lua | |
| parent | 5708a5c03d35f8761c3d6d07bbb3f6149a879f23 (diff) | |
add c++ build optimization rule stub
Diffstat (limited to 'xmake/rules/c++/build_optimization/load.lua')
| -rw-r--r-- | xmake/rules/c++/build_optimization/load.lua | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xmake/rules/c++/build_optimization/load.lua b/xmake/rules/c++/build_optimization/load.lua new file mode 100644 index 000000000..eb9fe3863 --- /dev/null +++ b/xmake/rules/c++/build_optimization/load.lua @@ -0,0 +1,22 @@ +--!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, TBOOX Open Source Group. +-- +-- @author ruki +-- @file load.lua +-- + +function main(target, sourcekind) +end |
