aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2018-06-13 08:35:15 -0600
committerKarl Schultz <karl@lunarg.com>2018-06-13 08:35:15 -0600
commitcc51056a002888bd8d1ebdc636e562cc8e558507 (patch)
treeb3e0c3d79620c9736a1bb33b6dbe52fd4646aef2 /.appveyor.yml
parent26c56bd584536f3a6dae16c1d52dbb79ff67bbc2 (diff)
downloadvulkan-validation-layers-cc51056a002888bd8d1ebdc636e562cc8e558507.tar.gz
build: Copy loader DLL only when ldr repo supplied
A previous commit added code to copy the loader DLL to the test application binary directory so that the application can find a loader. This works fine when the VULKAN_LOADER_INSTALL_DIR CMake option is used, as the application is linked with the loader export lib from this INSTALL_DIR and the DLL is copied from there as well. But if VULKAN_LOADER_INSTALL_DIR is not specified, the application is linked with an export lib from an SDK (if present) and the DLL is copied not from the SDK but from the system install dir. This is silly since the DLL would be loaded from the system install dir anyway. Change the code to copy the DLL only when VULKAN_LOADER_INSTALL_DIR is supplied.
Diffstat (limited to '.appveyor.yml')
0 files changed, 0 insertions, 0 deletions