TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / external / android-emugl / shared / emugl / common / CMakeLists.txt
1 set(COMMON_SOURCES
2     condition_variable.h
3     crash_reporter.cpp
4     crash_reporter.h
5     id_to_object_map.cpp
6     id_to_object_map.h
7     lazy_instance.cpp
8     lazy_instance.h
9     logging.cpp
10     logging.h
11     message_channel.cpp
12     message_channel.h
13     mutex.h
14     mutex_unittest.cpp
15     pod_vector.cpp
16     pod_vector.h
17     scoped_pointer_vector.h
18     shared_library.cpp
19     shared_library.h
20     smart_ptr.cpp
21     smart_ptr.h
22     sockets.cpp
23     sockets.h
24     thread.h
25     thread_pthread.cpp
26     thread_store.cpp
27     thread_store.h
28     thread_unittest.cpp
29     unique_integer_map.h)
30
31 add_library(emugl_common STATIC ${COMMON_SOURCES})
32 target_link_libraries(emugl_common
33     dl pthread)