Add some hacky includes and libraries to support writing out debug images

This commit is contained in:
Pavel Krajcevski 2013-09-06 01:50:46 -04:00
parent 0f659269e7
commit 7403e77d4d

View file

@ -54,6 +54,8 @@ INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR})
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/include)
INCLUDE_DIRECTORIES(${FasTC_BINARY_DIR}/PVRTCEncoder/include)
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Core/include)
SET( HEADERS
include/PVRTCCompressor.h
src/Pixel.h
@ -72,3 +74,6 @@ ADD_LIBRARY( PVRTCEncoder
${HEADERS}
${SOURCES}
)
TARGET_LINK_LIBRARIES( PVRTCEncoder FasTCCore )
TARGET_LINK_LIBRARIES( PVRTCEncoder FasTCIO )