From 9e764ff630ec1439d1e9d62a8dee6dd51178a419 Mon Sep 17 00:00:00 2001 From: Willy Scheibel Date: Mon, 26 Feb 2024 11:01:29 +0100 Subject: [PATCH] Fix list of cubescape sources for GTK 4 --- source/examples/cubescape-gtk4/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/examples/cubescape-gtk4/CMakeLists.txt b/source/examples/cubescape-gtk4/CMakeLists.txt index 826d8d91..94749f30 100644 --- a/source/examples/cubescape-gtk4/CMakeLists.txt +++ b/source/examples/cubescape-gtk4/CMakeLists.txt @@ -26,12 +26,6 @@ endif() set(sources main.cpp - CubeScape.cpp - CubeScape.h - glutils.cpp - glutils.h - RawFile.cpp - RawFile.h )