diff --git a/CMakeLists.txt b/CMakeLists.txt index 6412ea6..6a24dcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,4 +91,6 @@ FOREACH(DIR ${FASTC_DIRECTORIES}) ADD_SUBDIRECTORY(${DIR}) ENDFOREACH() -SET(FasTC_LIBRARIES FasTCBase ASTCEncoder) \ No newline at end of file +SET(FasTC_LIBRARIES FasTCBase ASTCEncoder) + +target_include_directories(ASTCEncoder PUBLIC ./ASTCEncoder/include/)