mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 08:23:35 +00:00
Add some hacky includes and libraries to support writing out debug images
This commit is contained in:
parent
0f659269e7
commit
7403e77d4d
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,8 @@ INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR})
|
||||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/include)
|
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/include)
|
||||||
INCLUDE_DIRECTORIES(${FasTC_BINARY_DIR}/PVRTCEncoder/include)
|
INCLUDE_DIRECTORIES(${FasTC_BINARY_DIR}/PVRTCEncoder/include)
|
||||||
|
|
||||||
|
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Core/include)
|
||||||
|
|
||||||
SET( HEADERS
|
SET( HEADERS
|
||||||
include/PVRTCCompressor.h
|
include/PVRTCCompressor.h
|
||||||
src/Pixel.h
|
src/Pixel.h
|
||||||
|
@ -72,3 +74,6 @@ ADD_LIBRARY( PVRTCEncoder
|
||||||
${HEADERS}
|
${HEADERS}
|
||||||
${SOURCES}
|
${SOURCES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
TARGET_LINK_LIBRARIES( PVRTCEncoder FasTCCore )
|
||||||
|
TARGET_LINK_LIBRARIES( PVRTCEncoder FasTCIO )
|
||||||
|
|
Loading…
Reference in a new issue