Exclude incremental_present scale down from Android CTS am: da253a4fe0 am: 3d03b52e1f
[platform/upstream/VK-GL-CTS.git] / framework / egl / wrapper / CMakeLists.txt
1 # EGL Wrapper
2
3 set(EGLWRAPPER_SRCS
4         eglwDefs.cpp
5         eglwDefs.hpp
6         eglwEnums.hpp
7         eglwFunctions.hpp
8         eglwFunctions.cpp
9         eglwLibrary.hpp
10         eglwLibrary.cpp
11         )
12
13 set(EGLWRAPPER_LIBS
14         debase
15         deutil
16         decpp
17         ${DEQP_EGL_LIBRARIES}
18         )
19
20 add_library(eglwrapper STATIC ${EGLWRAPPER_SRCS})
21 target_link_libraries(eglwrapper ${EGLWRAPPER_LIBS})