When I build my project, it seems to include the files in the top-level of the include directory correctly, but how can I include the content of the folders? So far I have added some arguments to the makefile that probably work (pictured below), but the tvm folder is kind of deep, and msys2 isn't picking up code from its deepest recesses when i try to compile my project.
Is there any solution to this problem that's more elegant than copypasting all the files inside the tvm folder to the top of the include directory, or adding extra arguments for every single folder path present in tvm? I'll admit I haven't spent a TON of time on this problem, but if anyone just immediately knows how to fix this problem for me it would be nice. also have some evil smilies cuz they're speaking to me rn



