diff options
author | Bartłomiej T. Listwon <blistwon@gmail.com> | 2020-09-19 16:39:11 +0200 |
---|---|---|
committer | Bartłomiej T. Listwon <blistwon@gmail.com> | 2020-09-27 18:03:51 +0200 |
commit | 317c2b194d2a44f67f3cf42e5bb088343acfe033 (patch) | |
tree | f9ec6c3bc62e38c29886cc70eca1140968c2e66b /drivers/SCsub | |
parent | 84cec777c14f5d6bc3fbed425906211044429380 (diff) |
Add all headers to VS Project
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index c812057138..e2ac9ee01e 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -32,15 +32,6 @@ else: SConscript("png/SCsub") SConscript("spirv-reflect/SCsub") -if env["vsproj"]: - import os - - path = os.getcwd() - # Change directory so the path resolves correctly in the function call. - os.chdir("..") - env.AddToVSProject(env.drivers_sources) - os.chdir(path) - env.add_source_files(env.drivers_sources, "*.cpp") lib = env.add_library("drivers", env.drivers_sources) |