TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / external / android-emugl / shared / OpenglCodecCommon / CMakeLists.txt
1 set(SOURCES
2     ChecksumCalculator.cpp
3     ChecksumCalculator.h
4     ChecksumCalculatorThreadInfo.cpp
5     ChecksumCalculatorThreadInfo.h
6     CMakeLists.txt
7     ErrorLog.h
8     gl_base_types.h
9     GLDecoderContextData.h
10     glUtils.cpp
11     glUtils.h
12     Makefile
13     ProtocolUtils.h)
14
15 add_library(OpenglCodecCommon STATIC ${SOURCES})