tedli / cmod

Extract used only sources from huge c/c++ project to embedded into other project as in-tree dependency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmod

Extract used only sources from huge c/c++ project to embedded into other project as in-tree dependency.

e.g.:

cmod -v 4 -p C:/Users/lizhen/Downloads/folly-2023.09.04.00 -i folly/concurrency/ConcurrentHashMap.h

This will produce a dist folder in the input path, which contains only needed files of wanted folly/concurrency/ConcurrentHashMap.h

About

Extract used only sources from huge c/c++ project to embedded into other project as in-tree dependency.


Languages

Language:Go 100.0%