xmos / xcommon_cmake

6 stars 5 forks source link

Added Depends_on column to manifest file (when FULL_MANIFEST=TRUE) #151

Closed xross closed 6 months ago

xross commented 7 months ago

With this change any release tools do not have to do any parsing of cmakelist files to build up a complete dependency tree for checking.

I think it's also a useful addition for anyone wanting a quick inspection of how the dependencies are built up.

~There is a bit of C&P when I possibly should have used a function...~ Now uses macro.

xross commented 7 months ago

@TDW89 please note this change

xross commented 6 months ago

I've patched up the test