Created
February 5, 2018 09:06
-
-
Save sonictk/0320cbfc416a9f9dbbdb2a882bb07413 to your computer and use it in GitHub Desktop.
.clang_complete sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-std=c++14 | |
-Wall | |
-Wextra | |
-pthread | |
-Wno-pragma-once-outside-header | |
-Ithirdparty | |
-IC:\\Program Files\\glew\\include | |
-IC:\\Program Files\\GLFW\\include | |
-IC:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.14393.0\\shared | |
-IC:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.14393.0\\ucrt | |
-IC:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.14393.0\\um | |
-IC:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.14393.0\\winrt | |
-IC:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.11.25503\\include |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment