DescriptionJson ide script for gn to output cmake.
Can be run like
gn gen out/debug --ide=json --json-ide-script=../../gn/gn_to_cmake.py
or
gn gen out/debug --ide=json
python gn/gn_to_cmake.py out/debug/project.json
This first pass creates CMakeLists.txt with just enough information for an
ide. Each target is just a static library with sources, include
directories, and defines.
NOTRY=true
This isn't automatically tested.
Committed: https://skia.googlesource.com/skia/+/623ef92e4fd7d79786f828844aade96bc3578e0e
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add comment. #Messages
Total messages: 14 (8 generated)
|