tidy up
This commit is contained in:
parent
c74c452362
commit
08b4825cd2
2 changed files with 3 additions and 3 deletions
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
|
@ -2,7 +2,7 @@
|
|||
"env": {
|
||||
"defaultIncludePath": [
|
||||
"${workspaceFolder}/src",
|
||||
"${workspaceFolder}/include"
|
||||
"${workspaceFolder}/include"
|
||||
]
|
||||
},
|
||||
"configurations": [
|
||||
|
|
4
build.sh
4
build.sh
|
@ -11,8 +11,8 @@ SRC_FILES=($(find src/ -iname "*.c" -or -iname "*.cpp"))
|
|||
|
||||
g++ -g -fdiagnostics-color=always \
|
||||
-Iinclude \
|
||||
${SRC_FILES[@]} \
|
||||
${SRC_FILES[@]} \
|
||||
mybox.cpp \
|
||||
-ldl -lglfw -lGL -lX11 -lpthread -lXrandr -lXi -lm \
|
||||
-ldl -lglfw -lGL -lX11 -lpthread -lXrandr -lm \
|
||||
-o build/main
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue