diff options
author | Matthias Hoelzl <tc@xantira.com> | 2017-11-18 18:09:18 +0100 |
---|---|---|
committer | Matthias Hoelzl <tc@xantira.com> | 2017-11-19 21:01:05 +0100 |
commit | 589976321c8210a586d4c278c9bbf2b4d480ee19 (patch) | |
tree | 809073ca1483034f9faf679c07f2e0779d922a28 /SConstruct | |
parent | bea607d53e4adff19956adbe09ace170d8cc40b8 (diff) | |
download | redot-engine-589976321c8210a586d4c278c9bbf2b4d480ee19.tar.gz |
Add cpp.hint file to improve IntelliSense
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index c3ecdafd45..856994ef15 100644 --- a/SConstruct +++ b/SConstruct @@ -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) |