Replies: 1 comment
-
You may be missing some CMake dependencies, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, So basically I'm trying to add Diligent engine to my project, but have run into a bit of an issue, I am using vscode on Linux, and if I open the DiligentEngine folder in vscode, and hit build, it builds without any issues. if i add it to my project and use the
add_subdirectory(libraries/DiligentEngine/DiligentCore)
to my cmake, and hit build I get a lot of linker errors all of which are either
Diligent::DebugAssertionFailed' or
Diligent::DebugMessageCallback'am I missing something or doing something I shouldn't?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions