Page 1 of 1

How to link library to 3ds application

Posted: Thu May 29, 2025 1:31 am
by The Glitch

I have a 3ds homebrew library that I can compile into an .a file and several .hpp files. I couldn't figure out how to properly link it, so I've just been copying the source and include files into the application. This is super impractical so I want to actually link it.