From 5a920540b12253b1ebd7e658df19f916e3c55135 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 14 Sep 2020 11:07:09 +0300 Subject: Rename esTransform.c to .cpp This was the only C file in the project, so now we're "pure" c++. Signed-off-by: Tomi Valkeinen --- kmscube/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmscube/CMakeLists.txt') diff --git a/kmscube/CMakeLists.txt b/kmscube/CMakeLists.txt index b6bac29..9df43c0 100644 --- a/kmscube/CMakeLists.txt +++ b/kmscube/CMakeLists.txt @@ -31,7 +31,7 @@ link_directories( add_executable (kmscube cube.cpp cube.h cube-egl.cpp cube-egl.h cube-gles2.cpp cube-gles2.h cube-null.cpp cube-gbm.cpp cube-x11.cpp cube-wl.cpp - esTransform.c esTransform.h) + esTransform.cpp esTransform.h) target_link_libraries(kmscube kms++ kms++util ${LIBDRM_LIBRARIES} ${GLESv2_LIBRARIES} -- cgit v1.2.3