diff options
| author | ruki <[email protected]> | 2024-02-19 22:59:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-02-19 22:59:01 +0800 |
| commit | 8a7774978315a59d6e1de848e7aa2cb405d0d360 (patch) | |
| tree | c43f652b46da88d32f36b038997b636e5864f32e /xmake/plugins | |
| parent | 6793b55d1a7b0f79bc3cf2d26f3e5c94f8f57fdb (diff) | |
remove logs
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/project/cmake/cmakelists.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/plugins/project/cmake/cmakelists.lua b/xmake/plugins/project/cmake/cmakelists.lua index 43f7e63f6..9d854ee07 100644 --- a/xmake/plugins/project/cmake/cmakelists.lua +++ b/xmake/plugins/project/cmake/cmakelists.lua @@ -360,7 +360,6 @@ function _add_target_sources(cmakelists, target, outputdir) cmakelists:print("target_sources(%s PRIVATE", target:name()) local sourcebatches = target:sourcebatches() for name, sourcebatch in table.orderpairs(sourcebatches) do - print(sourcebatch) if _sourcebatch_is_built(sourcebatch) then for _, sourcefile in ipairs(sourcebatch.sourcefiles) do cmakelists:print(" " .. _get_relative_unix_path(sourcefile, outputdir)) |
