From 0e76d965f1d90af6318586ab5f5b7c6a87989c02 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 20 Feb 2021 11:54:33 +0100 Subject: Codechange: deduplicate tick-handlers of all video drivers They were all identical, so better put this in a single place hoping it is less likely to break. --- src/video/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video/CMakeLists.txt') diff --git a/src/video/CMakeLists.txt b/src/video/CMakeLists.txt index a5d862e9b..02b65d4be 100644 --- a/src/video/CMakeLists.txt +++ b/src/video/CMakeLists.txt @@ -31,5 +31,6 @@ add_files( dedicated_v.h null_v.cpp null_v.h + video_driver.cpp video_driver.hpp ) -- cgit v1.2.3-54-g00ecf