Library Installation problem #940
Closed
samermashaan
started this conversation in
General
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to install and use the library on a C++ project (Windows using VSCode with G++ compiler) and included the gaze directory in the following path: ${workspaceFolder}/include/glaze
I'm trying to import the library on my main.cpp which is located on the path
${workspaceFolder}/lib/lib.cpp
I've tried to include the path but still getting path errors in every header file
Can anyone suggest an installation guide link or explain if I'm including the library in the wrong way?
Regards
Beta Was this translation helpful? Give feedback.
All reactions