-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
Cannot build self app with lib #242
Comments
What does your CMakeLists.txt file look like |
I am use a default CMakeLists |
I'm asking for the one you wrote not the library's |
Hello :3, I am use a MSVS, dont use a cmake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i am new to CMake, but I can compiled that.
I create self app, and include "C:\path_to_sleepy_discord\include" and "C:\path_to_sleepy_discord\include\IncludeNonexistent".
Also linking a static lib - "C:\path_to_sleepy_discord\Release" - sleepy-discord.lib
But if I am trying to compile, I have next error: unresolvered external symbol "public: static class SleepyDiscord::GenericSession * (__cdecl* SleepyDiscord::CustomSession::init)(void)" (?init@CustomSession@SleepyDiscord@@2Q6APEAVGenericSession@2@XZEA).
How I can solve it?
The text was updated successfully, but these errors were encountered: