diff options
author | José Fonseca <jfonseca@vmware.com> | 2015-01-05 16:20:08 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2015-01-05 16:20:08 +0000 |
commit | 0396fa0d2efe03b336bfb82ff288ae32badec3ac (patch) | |
tree | 9e96f6eed04f227d3dc72cd06b784f1a4f1d105e /wrappers/CMakeLists.txt | |
parent | f59d8671fff36da22236a4b270b93195889b7ff1 (diff) |
helpers: Move GL profile into a separate helper module.
Diffstat (limited to 'wrappers/CMakeLists.txt')
-rw-r--r-- | wrappers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/CMakeLists.txt b/wrappers/CMakeLists.txt index aa497545..b3586fe5 100644 --- a/wrappers/CMakeLists.txt +++ b/wrappers/CMakeLists.txt @@ -364,7 +364,6 @@ if (ENABLE_EGL AND NOT WIN32 AND NOT APPLE) egltrace.cpp glcaps.cpp gltrace_state.cpp - ${CMAKE_SOURCE_DIR}/helpers/eglsize.cpp dlsym.cpp ) @@ -379,6 +378,7 @@ if (ENABLE_EGL AND NOT WIN32 AND NOT APPLE) ) target_link_libraries (egltrace + glhelpers glproc_egl common ${ZLIB_LIBRARIES} |