I use cmake to create makefiles for a C++ project. One of the target links
<br>
is just called 'z':<br>
<br>
TARGET_LINK_LIBRARIES(z ...<br>
<br>
When I try to
compile the code (Visual Studio 2008) I get:<br>
<br>
LINK : fatal error LNK1104: cannot open file
'z.lib'<br>
<br>
I have tried to download zlib for windows and point to the zlib
.lib files <br>
from VS 2008 but that is not what it want. What is 'z'?