FasTC/IO/CMakeLists.txt

15 lines
124 B
CMake
Raw Normal View History

SET( SOURCES
ImageFile.cpp
)
SET( HEADERS
ImageLoader.h
ImageFile.h
)
ADD_LIBRARY(TexCompIO
${SOURCES}
${HEADERS}
)