From 9201367751f5c6547b635ec6ad5e612c41aa54a2 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Sun, 26 May 2024 15:09:44 -0500 Subject: [PATCH] fix: gen sourcelist --- CommonLibF4/cmake/sourcelist.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CommonLibF4/cmake/sourcelist.cmake b/CommonLibF4/cmake/sourcelist.cmake index a5297293..4a077061 100644 --- a/CommonLibF4/cmake/sourcelist.cmake +++ b/CommonLibF4/cmake/sourcelist.cmake @@ -43,6 +43,7 @@ set(SOURCES include/RE/Bethesda/BSFixedString.h include/RE/Bethesda/BSGeometry.h include/RE/Bethesda/BSGraphics.h + include/RE/Bethesda/BSGraphicsUtility.h include/RE/Bethesda/BSHavok.h include/RE/Bethesda/BSInputDeviceManager.h include/RE/Bethesda/BSInputEventReceiver.h