Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CMake: Add path to dfdutils headers for toktx That path was being added to the include dirs of the library ktx only when `KTX_FEATURE_VULKAN` was enabled, resulting in a build failure otherwise: ``` /home/pmoreau/Softwares/KTX-Software/tools/toktx/pngimage.cc:26:10: fatal error: 'dfd.h' file not found #include "dfd.h" ^~~~~~~ 1 error generated. ``` * CMake: Only build *loadtests if corresponding loader enabled vkloadtests was still being built even if `KTX_FEATURE_VULKAN` was disabled, resulting in missing symbols when loading against the ktx library.
- Loading branch information