Disambiguate the Image.h from PVRTCEncoder and Core

This commit is contained in:
Pavel Krajcevski 2013-08-31 16:36:02 -04:00
parent 21199bc264
commit 26005bfd27
6 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -53,7 +53,7 @@
#ifndef PVRTCENCODER_INCLUDE_PVRTCCOMPRESSOR_H_
#define PVRTCENCODER_INCLUDE_PVRTCCOMPRESSOR_H_
#include "CompressionJob.h"
#include "Core/include/CompressionJob.h"
namespace PVRTCC {

View File

@ -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"

View File

@ -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 {

View File

@ -53,7 +53,7 @@
#ifndef PVRTCENCODER_SRC_PIXEL_H_
#define PVRTCENCODER_SRC_PIXEL_H_
#include "TexCompTypes.h"
#include "Core/include/TexCompTypes.h"
namespace PVRTCC {

View File

@ -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)