File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 7
7
],
8
8
"defines" : [],
9
9
"macFrameworkPath" : [
10
- " /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
10
+ " /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" ,
11
+ " /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers"
11
12
],
12
13
"cStandard" : " c17" ,
13
14
"cppStandard" : " c++17" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "files.associations" : {
3
+ "glfw3.h" : " c"
4
+ }
5
+ }
Original file line number Diff line number Diff line change 1
- #include <GLFW/glfw3.h>
1
+ //#include <glfw3.h>
2
+ #include <include/glfw-3.3.8.bin.MACOS/include/GLFW/glfw3.h>
2
3
3
4
int main () {
4
5
if (!glfwInit ())
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ OUTPUT_EXECUTABLE="CMInstaller"
7
7
SOURCE_FILES=" main.c"
8
8
9
9
# Path to the GLFW header file
10
- GLFW_INCLUDE_PATH=" /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
10
+ # GLFW_INCLUDE_PATH="/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
11
+ GLFW_INCLUDE_PATH=" /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers"
11
12
12
13
# Compiler command
13
14
COMPILER=" gcc"
You can’t perform that action at this time.
0 commit comments