astc-encoderΒΆ
- Official
- Hunterized
- Example
- Added by Rahul Sheth (pr-286)
hunter_add_package(astc-encoder)
find_package(astc-encoder CONFIG REQUIRED)
add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC astc-encoder::astcenc)
hunter_add_package(astc-encoder)
find_package(astc-encoder CONFIG REQUIRED)
add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC astc-encoder::astcenc)