Add cpp.hint file to improve IntelliSense

This commit is contained in:
Matthias Hoelzl
2017-11-18 18:09:18 +01:00
parent bea607d53e
commit 589976321c
3 changed files with 15 additions and 0 deletions

View File

@ -452,6 +452,7 @@ if selected_platform in platform_list:
if env['vsproj']:
env['CPPPATH'] = [Dir(path) for path in env['CPPPATH']]
methods.generate_vs_project(env, GetOption("num_jobs"))
methods.generate_cpp_hint_file("cpp.hint")
# Check for the existence of headers
conf = Configure(env)