Hi,
I want to integrate nim in C++ Builder. Currently it already works quite nice and I can compile a hybrid project (nim, c++, delphi) from inside C++ Builder. But when I want to debug the the nim code (by using --lineDir:on and --debugInfo) it would be nice to have all the .nim files which are getting compiled also added automatically to the project.
So is there a way to get a list of all .nim files compiled by a nim project ?