mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-28 00:54:23 +01:00
15 lines
124 B
CMake
15 lines
124 B
CMake
|
|
SET( SOURCES
|
|
ImageFile.cpp
|
|
)
|
|
|
|
SET( HEADERS
|
|
ImageLoader.h
|
|
ImageFile.h
|
|
)
|
|
|
|
ADD_LIBRARY(TexCompIO
|
|
${SOURCES}
|
|
${HEADERS}
|
|
)
|