diff options
| author | ruki <[email protected]> | 2020-11-13 23:56:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-13 23:56:09 +0800 |
| commit | e88fec9971eae101529deb7b2bcd58b2284c5e41 (patch) | |
| tree | cffefaf5a82df858974bf1e53613c10c1a8e975c /tests/projects/objc/framework | |
| parent | dc9d1b09583397e37f353f2d8bb6fe45bf5dfbed (diff) | |
add macapp with framework
Diffstat (limited to 'tests/projects/objc/framework')
| -rw-r--r-- | tests/projects/objc/framework/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/objc/framework/xmake.lua b/tests/projects/objc/framework/xmake.lua index 1a66bff4b..2769cc5df 100644 --- a/tests/projects/objc/framework/xmake.lua +++ b/tests/projects/objc/framework/xmake.lua @@ -10,3 +10,4 @@ target("demo") set_kind("binary") add_deps("test") add_files("src/main.m") + |
