cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.

Home Page:http://libcinder.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LNK 1104 cannot find cinder.lib, I have built cinder.sln and I have checked that it exists. What other steps do I need to take?

Pravzo opened this issue · comments

LNK 1104 cannot find cinder.lib, I have built cinder.sln and I have checked that it exists. What other steps do I need to take?

If anyone else is having this issue, go to the project > properties, and find the output directory. That is where the .lib will be outputted if you link statically, and its where I found it.