mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 04:55:43 +01:00
Fix the directories in the PVRTC compressor
This commit is contained in:
parent
29bd1368e6
commit
d4ca50f8ed
@ -49,8 +49,6 @@
|
||||
#
|
||||
# <http://gamma.cs.unc.edu/FasTC/>
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR})
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/include)
|
||||
INCLUDE_DIRECTORIES(${FasTC_BINARY_DIR}/PVRTCEncoder/include)
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#ifndef PVRTCENCODER_INCLUDE_PVRTCCOMPRESSOR_H_
|
||||
#define PVRTCENCODER_INCLUDE_PVRTCCOMPRESSOR_H_
|
||||
|
||||
#include "Base/include/CompressionJob.h"
|
||||
#include "CompressionJob.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
||||
|
@ -53,8 +53,7 @@
|
||||
#ifndef PVRTCENCODER_SRC_BLOCK_H_
|
||||
#define PVRTCENCODER_SRC_BLOCK_H_
|
||||
|
||||
#include "Base/include/TexCompTypes.h"
|
||||
|
||||
#include "TexCompTypes.h"
|
||||
#include "Pixel.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
@ -58,8 +58,8 @@
|
||||
|
||||
#include "Pixel.h"
|
||||
|
||||
#include "Base/include/Image.h"
|
||||
#include "IO/include/ImageFile.h"
|
||||
#include "../../Base/include/Image.h"
|
||||
#include "../../IO/include/ImageFile.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#ifndef PVRTCENCODER_SRC_IMAGE_H_
|
||||
#define PVRTCENCODER_SRC_IMAGE_H_
|
||||
|
||||
#include "Base/include/TexCompTypes.h"
|
||||
#include "TexCompTypes.h"
|
||||
#include "PVRTCCompressor.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
@ -53,7 +53,7 @@
|
||||
#ifndef PVRTCENCODER_SRC_PIXEL_H_
|
||||
#define PVRTCENCODER_SRC_PIXEL_H_
|
||||
|
||||
#include "Base/include/TexCompTypes.h"
|
||||
#include "TexCompTypes.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
||||
|
@ -49,11 +49,10 @@
|
||||
#
|
||||
# <http://gamma.cs.unc.edu/FasTC/>
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR})
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/include)
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/src)
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Base/include)
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/GTest/include)
|
||||
|
||||
SET(TESTS
|
||||
@ -98,6 +97,7 @@ IF(PVRTEXLIB_FOUND)
|
||||
TARGET_LINK_LIBRARIES(${TEST_NAME} PVRTCEncoder)
|
||||
TARGET_LINK_LIBRARIES(${TEST_NAME} gtest_main)
|
||||
TARGET_LINK_LIBRARIES(${TEST_NAME} ${PVRTEXLIB_LIBRARIES} )
|
||||
TARGET_LINK_LIBRARIES(${TEST_NAME} FasTCBase)
|
||||
TARGET_LINK_LIBRARIES(${TEST_NAME} FasTCIO)
|
||||
TARGET_LINK_LIBRARIES(${TEST_NAME} FasTCCore)
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#ifndef PVRTCENCODER_TEST_TESTUTILS_H_
|
||||
#define PVRTCENCODER_TEST_TESTUTILS_H_
|
||||
|
||||
#include "Base/include/TexCompTypes.h"
|
||||
#include "TexCompTypes.h"
|
||||
|
||||
class PixelPrinter {
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user