cmake: Add post build event for MSVC for vulkan dll copy
authorJon Ashburn <jon@lunarg.com>
Fri, 25 Mar 2016 21:57:50 +0000 (15:57 -0600)
committerJon Ashburn <jon@lunarg.com>
Fri, 25 Mar 2016 22:01:24 +0000 (16:01 -0600)
commit990614d7f62b09807eb8d7ec727e5f16acdcf99d
treeb832856a402ccd84d6897075ffd8252621d1ecda
parent0c3c1514322d1814a31f2781c6e350a402d4ec4f
cmake: Add post build event for MSVC for vulkan dll copy

This allows the demos and tests directories to find the locally
built vulkan-1.dll instead of that installed in the system32 directory.

Change-Id: I3177f4ba00d81addbd4df12e1d4f943d95824ff4
loader/CMakeLists.txt