mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Add missing libraries to the Release build. Update .gitignore.
This commit is contained in:
parent
5568857d67
commit
7761dea137
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,3 +42,5 @@ nohup.out
|
||||
err.txt
|
||||
/build/b3view
|
||||
/build.sh~
|
||||
/bin/Debug/b3view
|
||||
/bin/Release/b3view
|
||||
|
@ -32,6 +32,8 @@
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
<Add library="freetype" />
|
||||
<Add library="stdc++fs" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user