Skip to content

Instantly share code, notes, and snippets.

@sl
Last active April 28, 2019 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sl/311f48442a1f033741cb7b53cedc3ee9 to your computer and use it in GitHub Desktop.
Save sl/311f48442a1f033741cb7b53cedc3ee9 to your computer and use it in GitHub Desktop.
[Swift Complier Environment Configuration] Framework inclusions
"compilerPath": "${workspaceFolder}/../build/Ninja-RelWithDebInfoAssert+swift-DebugAssert/llvm-macosx-x86_64/bin/clang",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
// if you're on a mac
"macFrameworkPath": [
"/System/Library/Frameworks",
"/Library/Frameworks"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment