Generate CMakeLists.txt from a compile_commands.json
Project description
json2cmake converts JSON compilation database files into CMake files. The resulting CMakeLists.txt file can then be used to recompile the same object files with less overhead via Ninja, used as an IDE project file for CLion, or for integration into a larger CMake project.
The output files only include object library definitions, as a compile_commands.json file typically doesn’t contain any linker commands.
Installation
json2cmake is available as a pip package, and can be installed like so:
$ pip install --user json2cmake
pipsi is a useful tool to keep scripts out of other Python environments and virtualenvs:
$ pipsi install json2cmake
Usage
Simply run json2cmake in the directory containing compile_commands.json:
$ json2cmake $ cat CMakeLists.txt cmake_minimum_required(VERSION 2.8.8) project(autogenerated) ...
License
json2cmake is licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for json2cmake-0.6.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee89e908a3d4a092848c137d1cbeef698ef5dd27090613d610b2149281593904 |
|
MD5 | 4070165eca64991c40e24503ad922d2d |
|
BLAKE2b-256 | 769ebe011241c08b7e5dff4f6cc37e6f786d9bf36a4d331298960c8de41dd509 |