mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Remove foo from source
This commit is contained in:
parent
529f309c45
commit
c03f99ce1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
Debug
|
Debug
|
||||||
x64
|
x64
|
||||||
build
|
build
|
||||||
|
foo
|
||||||
libcxx
|
libcxx
|
||||||
CACHE*
|
CACHE*
|
||||||
waf-*
|
waf-*
|
||||||
|
8
foo/.vscode/settings.json
vendored
8
foo/.vscode/settings.json
vendored
@ -1,8 +0,0 @@
|
|||||||
// Place your settings in this file to overwrite default and user settings.
|
|
||||||
{
|
|
||||||
"editor.lineNumbers": "on",
|
|
||||||
"cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/foo/CACHE",
|
|
||||||
"cquery.blacklist": [
|
|
||||||
".*/CACHE/.*"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,30 +0,0 @@
|
|||||||
# Language
|
|
||||||
-xc++
|
|
||||||
-std=c++11
|
|
||||||
|
|
||||||
# Includes
|
|
||||||
-IC:/Users/jacob/Desktop/superindex/indexer/third_party
|
|
||||||
-IC:/Users/jacob/Desktop/superindex/indexer/third_party/doctest/doctest
|
|
||||||
-IC:/Users/jacob/Desktop/superindex/indexer/third_party/rapidjson/include
|
|
||||||
-IC:/Program Files/LLVM/include
|
|
||||||
|
|
||||||
# Use libcxx (platform args)
|
|
||||||
#-stdlib=libc++
|
|
||||||
#-nostdinc++
|
|
||||||
#-IC:/Users/jacob/Desktop/superindex/indexer/libcxx/include
|
|
||||||
#-fms-compatibility
|
|
||||||
#-fdelayed-template-parsing
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#--sysrootC:/Users/jacob/Desktop/superindex/indexer/libcxx
|
|
||||||
#-IC:/Users/jacob/Desktop/superindex/indexer/libcxx/include
|
|
||||||
#-FC:/Users/jacob/Desktop/superindex/indexer/libcxx/include
|
|
||||||
|
|
||||||
#-L<libcxx-install-prefix>/lib \
|
|
||||||
#-Wl,-rpath,<libcxx-install-prefix>/lib \
|
|
||||||
#-I<libcxx-install-prefix>/include/c++/v1 \
|
|
Loading…
Reference in New Issue
Block a user