mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 07:35:44 +01:00
Disambiguate the Image.h from PVRTCEncoder and Core
This commit is contained in:
parent
21199bc264
commit
26005bfd27
@ -49,7 +49,7 @@
|
||||
#
|
||||
# <http://gamma.cs.unc.edu/FasTC/>
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Core/include)
|
||||
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 "CompressionJob.h"
|
||||
#include "Core/include/CompressionJob.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#ifndef PVRTCENCODER_SRC_BLOCK_H_
|
||||
#define PVRTCENCODER_SRC_BLOCK_H_
|
||||
|
||||
#include "TexCompTypes.h"
|
||||
#include "Core/include/TexCompTypes.h"
|
||||
|
||||
#include "Pixel.h"
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#ifndef PVRTCENCODER_SRC_IMAGE_H_
|
||||
#define PVRTCENCODER_SRC_IMAGE_H_
|
||||
|
||||
#include "TexCompTypes.h"
|
||||
#include "Core/include/TexCompTypes.h"
|
||||
#include "PVRTCCompressor.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
@ -53,7 +53,7 @@
|
||||
#ifndef PVRTCENCODER_SRC_PIXEL_H_
|
||||
#define PVRTCENCODER_SRC_PIXEL_H_
|
||||
|
||||
#include "TexCompTypes.h"
|
||||
#include "Core/include/TexCompTypes.h"
|
||||
|
||||
namespace PVRTCC {
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
#
|
||||
# <http://gamma.cs.unc.edu/FasTC/>
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Core/include)
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR})
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/include)
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/PVRTCEncoder/src)
|
||||
|
Loading…
Reference in New Issue
Block a user