mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-25 06:29:10 +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
|
@ -91,4 +91,6 @@ FOREACH(DIR ${FASTC_DIRECTORIES})
|
||||||
ADD_SUBDIRECTORY(${DIR})
|
ADD_SUBDIRECTORY(${DIR})
|
||||||
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