-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STB not found #69
Comments
The CMake files assume you've called one of the |
And what if I would like to package it for my distribution (and thus use the system libs)? |
Then it gets a bit iffy. Exact CMake code will be dependent on the versions of CMake and the libraries you have; also not all libraries might be supported/have an existing The relevant code is here: RayTracingInVulkan/CMakeLists.txt Lines 50 to 57 in 9e4b225
and here: RayTracingInVulkan/src/CMakeLists.txt Lines 169 to 171 in 9e4b225
|
Here is a same issue on version 2023.12.26 when I compile the code in CLion IDE, ubuntu 22.04, and the error log is:
and I added the following line in CMakeLists.txt ,
then it worked! All things go perfectly! |
I've installed stb 20210910, but it is not found by raytracinginvulkan's CMake:
The text was updated successfully, but these errors were encountered: