This adds needed CMake commands to make basisu usable via find_package(basisu CONFIG), which is the preferred method when using basisu in another project.
This is how the installation directory would look like
I added an option that allows for disabling the building of the examples, which can be optionally enabled. I added the code for forwarding the BASISID CMake definitions to the targets if defined externally.
Finally, I fixed an issue with stripping when using Multi-config generators with LLVM.
This adds needed CMake commands to make basisu usable via
find_package(basisu CONFIG)
, which is the preferred method when using basisu in another project.This is how the installation directory would look like
I added an option that allows for disabling the building of the examples, which can be optionally enabled. I added the code for forwarding the BASISID CMake definitions to the targets if defined externally.
Finally, I fixed an issue with stripping when using Multi-config generators with LLVM.
Here's how you can test this: