mirror of
https://github.com/araxiaonline/mod-mythic-plus.git
synced 2026-06-13 03:02:24 -04:00
23 lines
628 B
JSON
23 lines
628 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "AzerothCore",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/common/Logging/**",
|
|
"${workspaceFolder}/src",
|
|
"${workspaceFolder}/deps",
|
|
"${workspaceFolder}/**",
|
|
"/opt/homebrew/include"
|
|
],
|
|
"defines": [
|
|
"AZEROTHCORE"
|
|
],
|
|
"compilerPath": "/usr/bin/clang++", // macOS typically uses clang as the default compiler
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "macos-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|