FasTC/Core/CMakeLists.txt
2012-08-27 13:36:59 -04:00

15 lines
180 B
CMake

SET( SOURCES
"src/TexComp.cpp"
)
SET( HEADERS
"include/TexComp.h"
)
INCLUDE_DIRECTORIES( ${TexC_SOURCE_DIR}/Core/include )
ADD_LIBRARY( TexCompCore
${HEADERS}
${SOURCES}
)