I connect the static library to cmake:
project(protobuff) ... include_directories("D:/project/updater_proj/src/protobuff/protobuff-lib") ... target_link_libraries (protobuff libprotobuf)
what the compiler curses: fatal error LNK1104: cannot open the file "libprotobuf.lib"
Where is the mistake? Sees but can not open? Or not at all? and how to connect a static library?