www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Cmake dependency scanning

Do we have any D dependency scanning available for D in Cmake, 
just like the built in C/C++ dependency scanner which is handy, 
or do you have to use the option to compile everything into one 
module (--deps=full)?

I have some problems when there is a mix of inlining and calling 
the separately compiled version from the same module, obviously.
Sep 27 2020