From 87e7495e4c6621dd9361ae624f2c53dfde6e7df1 Mon Sep 17 00:00:00 2001 From: Adam Kewley Date: Mon, 16 Sep 2024 17:18:36 +0200 Subject: [PATCH] Add missing header in CMakeLists.txt --- src/oscar/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oscar/CMakeLists.txt b/src/oscar/CMakeLists.txt index 6f38ba683..3a0067c0e 100644 --- a/src/oscar/CMakeLists.txt +++ b/src/oscar/CMakeLists.txt @@ -275,6 +275,7 @@ add_library(oscar STATIC Platform/Event.h Platform/FilesystemResourceLoader.cpp Platform/FilesystemResourceLoader.h + Platform/IconCodepoints.h Platform/ILogSink.h Platform/IResourceLoader.cpp Platform/IResourceLoader.h