Make sure helper libraries get built as static libs regardless of the cmake version being used. This fixes issue 217. Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
15 lines
331 B
CMake
15 lines
331 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 STATIC ${SOURCES})
|