Reputation: 85
I'm new for programming with Visual studio 2013, and I created a project (a game) and created an installer using Cmake.
But when I build my project I get the following error:
and I had the following error when I try to build my project:
Error 1 error LNK1181: cannot open input file '\src-2015..\LibSL-bin-win32\lib\LibSL.lib"'
the file '*.lib' is present I ckeck that, and there some posts in this website too but I tried them but they are not working? can someone help me solve this problem?
Upvotes: 0
Views: 977
Reputation: 220
Could be an issue with properties, go to project properties, Linker, and somewhere in general there should be an option to set link library dependecies to no
Upvotes: 1