15 lines
324 B
CMake
15 lines
324 B
CMake
set(SOURCES
|
|
ChecksumCalculator.cpp
|
|
ChecksumCalculator.h
|
|
ChecksumCalculatorThreadInfo.cpp
|
|
ChecksumCalculatorThreadInfo.h
|
|
CMakeLists.txt
|
|
ErrorLog.h
|
|
gl_base_types.h
|
|
GLDecoderContextData.h
|
|
glUtils.cpp
|
|
glUtils.h
|
|
Makefile
|
|
ProtocolUtils.h)
|
|
|
|
add_library(OpenglCodecCommon ${SOURCES})
|