mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-29 19:07:08 +00:00
Fix waf build
This commit is contained in:
parent
3599a831b1
commit
07c0ae109e
3
wscript
3
wscript
@ -165,7 +165,7 @@ def configure(conf):
|
|||||||
def build(bld):
|
def build(bld):
|
||||||
# todo: configure vars
|
# todo: configure vars
|
||||||
|
|
||||||
cc_files = bld.path.ant_glob(['src/*.cc'])
|
cc_files = bld.path.ant_glob(['src/*.cc', 'src/messages/*.cc'])
|
||||||
|
|
||||||
lib = []
|
lib = []
|
||||||
if sys.platform.startswith('linux'):
|
if sys.platform.startswith('linux'):
|
||||||
@ -180,6 +180,7 @@ def build(bld):
|
|||||||
use='clang',
|
use='clang',
|
||||||
cxxflags=['-g', '-O3', '-std=c++11', '-Wall', '-Wno-sign-compare', '-Werror'],
|
cxxflags=['-g', '-O3', '-std=c++11', '-Wall', '-Wno-sign-compare', '-Werror'],
|
||||||
includes=[
|
includes=[
|
||||||
|
'src/',
|
||||||
'third_party/',
|
'third_party/',
|
||||||
'third_party/doctest/',
|
'third_party/doctest/',
|
||||||
'third_party/loguru/',
|
'third_party/loguru/',
|
||||||
|
Loading…
Reference in New Issue
Block a user