1
General / Compiling Issue - CMake
« on: June 13, 2021, 05:35:14 pm »
Ello there, I used CMake to compile the library, and for some reason, whenever I attempt to compile an exe file using Audio, the compiler [MinGW] can not find System.hpp. It can find it briefly if I explicitly declare it in the same file as Audio, but then I can't find anything in System.hpp no matter what I do. I have attempted to manually include it through the compiler, but it still can't find it even when it directly refers to the folder it is in. Is there any recommended solution?