cub3d/.vscode/c_cpp_properties.json
Willem Haffmans 14094ec232 DDA on a roll
2025-05-02 20:29:20 +02:00

19 lines
554 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/lib/libft/inc",
"${workspaceFolder}/lib/MLX42/include/MLX42"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}