Fix undefined reference to std::experimental::filesystem::v1 (missing -lstdc++fs)

master
poikilos 2021-03-22 08:05:36 -04:00
parent 03db49bb11
commit a22ec1592f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
</Compiler>
<Linker>
<Add library="freetype" />
<Add library="stdc++fs" />
</Linker>
</Target>
<Target title="Release">