# cm_cli 使用 python 管理 cmake 工程 ``` pip freeze > requirements.txt pip install - r requirements.txt ``` ``` pyinstaller cm.py -p util ```