Help needed to build/linking VULKAN to example_glfw_vulkan

hi, i am working on imgui and i want to build example_glfw_vulkan example. i am using cmakelist.txt to build this project, and i am getting some errors


this is the cmakelist.txt, and i think i am getting problem on linking this project to vulkan.
and here :
target_link_libraries(example_glfw_vulkan ${LIBRARIES})

main.cpp including error

i am using this vulkan https://github.com/SaschaWillems/Vulkan is this the right one?
or i have to use these headerfiles https://github.com/ARM-software/vulkan-sdk/tree/master/include/vulkan?

Can you help me which one is the right and how to link that in cmakelist.txt?

You need to install the Vulkan SDK (LunarSDK).