mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-25 08:19:09 +00:00
FasTC: Add public includes for ASTCEncoder.
This commit is contained in:
parent
deb1856b70
commit
2a7c8c66d0
1 changed files with 3 additions and 1 deletions
|
@ -92,3 +92,5 @@ FOREACH(DIR ${FASTC_DIRECTORIES})
|
||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
|
|
||||||
SET(FasTC_LIBRARIES FasTCBase ASTCEncoder)
|
SET(FasTC_LIBRARIES FasTCBase ASTCEncoder)
|
||||||
|
|
||||||
|
target_include_directories(ASTCEncoder PUBLIC ./ASTCEncoder/include/)
|
||||||
|
|
Loading…
Reference in a new issue