FasTC/Core/CMakeLists.txt

16 lines
180 B
CMake
Raw Normal View History

2012-08-27 17:36:59 +00:00
SET( SOURCES
"src/TexComp.cpp"
)
SET( HEADERS
"include/TexComp.h"
)
INCLUDE_DIRECTORIES( ${TexC_SOURCE_DIR}/Core/include )
ADD_LIBRARY( TexCompCore
${HEADERS}
${SOURCES}
)