Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
Mesh Converter
Commits
d8a9d879
Commit
d8a9d879
authored
Sep 20, 2015
by
Georg Schaefer
Browse files
add missing link against zlib
parent
cd6871d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
premake5.lua
View file @
d8a9d879
...
...
@@ -56,7 +56,7 @@ solution "tools"
files
"src/**.cpp"
configuration
{
"gmake"
,
"linux"
}
links
{
"assimp"
}
links
{
"assimp"
,
"z"
}
configuration
{
"gmake"
,
"windows"
}
linkoptions
{
"-lmingw32 -static-libgcc -static-libstdc++"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment