demos: Add Hologram snapshot as Smoke test/demo

This commit is contained in:
Tony Barbour 2016-02-25 15:44:10 -07:00
parent c4e9ae6b3d
commit efd8b0d6a9

View File

@ -11,6 +11,7 @@ project (VULKAN)
# vulkan-<major>.dll (and other files).
set(MAJOR "1")
find_package(PythonInterp 3 REQUIRED)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
add_definitions(-DVK_USE_PLATFORM_WIN32_KHR -DWIN32_LEAN_AND_MEAN)