Using Vulkan without Installing Vulkan

Hello, I’m a computer science student trying to use Vulkan for a project in Visual Studio with C++. This project has to be submitted for my professor to run on his own computer, which will not have Vulkan installed on it. Is it possible to run a project that uses the Vulkan SDK without having the Vulkan SDK installed on the computer?

By run you mean run, or compile?