mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 11:24:02 +00:00
Alphabetize
This commit is contained in:
parent
64747eb828
commit
d0ff861551
1 changed files with 6 additions and 6 deletions
|
@ -58,20 +58,20 @@ SET( SOURCES
|
|||
)
|
||||
|
||||
SET( HEADERS
|
||||
"include/TexCompTypes.h"
|
||||
"include/Image.h"
|
||||
"include/Color.h"
|
||||
"include/CompressionJob.h"
|
||||
"include/Pixel.h"
|
||||
"include/IPixel.h"
|
||||
"include/Image.h"
|
||||
"include/MatrixBase.h"
|
||||
"include/MatrixSquare.h"
|
||||
"include/Matrix3x3.h"
|
||||
"include/Pixel.h"
|
||||
"include/ScopedAllocator.h"
|
||||
"include/TexCompTypes.h"
|
||||
"include/VectorBase.h"
|
||||
"include/Vector2.h"
|
||||
"include/Vector3.h"
|
||||
"include/Vector4.h"
|
||||
"include/MatrixBase.h"
|
||||
"include/MatrixSquare.h"
|
||||
"include/Matrix3x3.h"
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Base/include)
|
||||
|
|
Loading…
Reference in a new issue