AbigailBuccaneer / json2cmake

Generate CMakeLists.txt from a compile_commands.json
MIT License
36 stars 15 forks source link

fixed relative includes special case and src files #3

Closed jfmherokiller closed 6 years ago

jfmherokiller commented 7 years ago

this fixes the special case where relative includes can escape outside of the src directory. It additionally fixes the issue where the src files do not have a path attached and are unable to be found by the rules.

AbigailBuccaneer commented 6 years ago

This is now fixed in the latest released version, available on PyPI.