andy-thomason / Vookoo

A set of utilities for taking the pain out of Vulkan in header only modern C++
MIT License
521 stars 52 forks source link

CMakeLists.txt adjustements #18

Closed lhog closed 4 years ago

lhog commented 4 years ago

Added NOMINMAX definition for WIN32 systems. Vulkan::Vulkan -> ${Vulkan_INCLUDE_DIR}

andy-thomason commented 4 years ago

I don't currently have any way of testing on Windows. We could set up an Appveyor and Travis CI if you like.