summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-02-21 18:23:56 -0800
committerPaul Berry <stereotype441@gmail.com>2012-03-23 13:39:44 -0700
commitba75b97a7d19c2d154c45cd3e065735db4a3cca5 (patch)
tree1aa781501b94c33c4d5e52e5e4761d6934853f79 /src
parent1416f985ed2d46e830fa91e94a0e5c156c4112af (diff)
cmake: Replace calls to add_{executable,library} with wrappers
Replace add_executable -> piglit_add_executable add_library -> piglit_add_library For now, each wrapper function trivially wraps the function it replaces, and so this patch changes no behavior. This commit was created using the command: sed -i -e "s/add_executable/piglit_add_executable/" -e "s/add_library/piglit_add_library/" $(find src/ tests/ -name "*CMakeLists*") Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/glut_egl/CMakeLists.no_api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut_egl/CMakeLists.no_api.txt b/src/glut_egl/CMakeLists.no_api.txt
index f0597435a..90773c4ff 100644
--- a/src/glut_egl/CMakeLists.no_api.txt
+++ b/src/glut_egl/CMakeLists.no_api.txt
@@ -6,7 +6,7 @@ include_directories(
link_libraries(${OPENGL_egl_LIBRARY})
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
- add_library (glut_egl
+ piglit_add_library (glut_egl
glut_egl.c
glut_egl_x11.c
)
.3.1'>libreoffice-3.5.3.1 Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-04-09 12:36:10 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-04-09 12:37:19 +0200
commit162f2568c09f9391b8ceb5a123757a9ed75e7898 (patch)
tree22c7d4c083a3fc8e873813999fc46c79bb87ea2b
parente36ba06ea7b75b61d93b7b9b9f50d90301010738 (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I90a33a0294035c5efd3e6b130d340924d4bc9d4f
Diffstat