Chidera Okoye
Chidera Okoye

Reputation: 1

How do I setup a Vulkan dev environment with CLion?

I have no idea how to setup a Vulkan environment with CLion, the tutorial uses Visual Studio, heres the link. How do I make cmake or clion locate vulkan?

https://vulkan-tutorial.com/Development_environment

Upvotes: 0

Views: 3290

Answers (1)

user15308163
user15308163

Reputation:

This is the beauty of CMake and open source. Ideally CLion doesn't really impact this.

I'm going to link to my other more generic answer that doesn't involve CLion: How I setup Vulkan using CMake?

That way once you go through that if there are still issues with CLion we can answer them here.

Upvotes: 1

Related Questions