提交 2d63a6e5 编写于 作者: S Simon Fels

emugl: update cmake configuration with missing files

上级 4c2711cf
set(SOURCES
glUtils.cpp
ChecksumCalculator.cpp
ChecksumCalculatorThreadInfo.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})
set(COMMON_SOURCES
condition_variable.h
crash_reporter.cpp
crash_reporter.h
id_to_object_map.cpp
id_to_object_map.h
lazy_instance.cpp
lazy_instance.h
logging.cpp
logging.h
message_channel.cpp
message_channel.h
mutex.h
mutex_unittest.cpp
pod_vector.cpp
pod_vector.h
scoped_pointer_vector.h
shared_library.cpp
shared_library.h
smart_ptr.cpp
smart_ptr.h
sockets.cpp
sockets.h
thread.h
thread_pthread.cpp
thread_store.cpp
thread_pthread.cpp)
thread_store.h
thread_unittest.cpp
unique_integer_map.h)
add_library(emugl_common ${COMMON_SOURCES})
target_link_libraries(emugl_common
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册