mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-26 16:57:56 +00:00
14 lines
124 B
CMake
14 lines
124 B
CMake
|
|
SET( SOURCES
|
|
ImageFile.cpp
|
|
)
|
|
|
|
SET( HEADERS
|
|
ImageLoader.h
|
|
ImageFile.h
|
|
)
|
|
|
|
ADD_LIBRARY(TexCompIO
|
|
${SOURCES}
|
|
${HEADERS}
|
|
)
|