We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey. It's been a few days now that I can't figure out the error I'm getting when I build the project:
Error LNK1181 cannot open input file 'jsoncpp_lib_static.lib' ets2-job-logger [...]\CMakeBuilds\3071a8b8-cf99-4342-859e-e62fe2574c9e\build\x64-Release\gui\LINK
Any ideas why this happened? Because I really can't find this file anywhere and without it I can't move on ((
OC: Windows VC 2019 x64
The text was updated successfully, but these errors were encountered:
I found a way to fix it:
[...]\gui
CMakeLists.txt
set(JSONCPP_LIBRARIES jsoncpp) set(JSONCPP_INCLUDE_DIRS jsoncpp)
Sorry, something went wrong.
No branches or pull requests
Hey.
It's been a few days now that I can't figure out the error I'm getting when I build the project:
Any ideas why this happened? Because I really can't find this file anywhere and without it I can't move on ((
OC: Windows
VC 2019 x64
The text was updated successfully, but these errors were encountered: