From 50250bd2ca6bd4e30486da9a55ffee0cebebc37d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 29 Feb 2024 12:55:57 +0100 Subject: Added wrapped support for EGL/GLESv2 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f0ac96a..6179d5fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -470,6 +470,7 @@ set(WRAPPEDS "${BOX64_ROOT}/src/wrapped/wrappedgdkpixbuf2.c" "${BOX64_ROOT}/src/wrapped/wrappedgdkx112.c" "${BOX64_ROOT}/src/wrapped/wrappedgio2.c" + "${BOX64_ROOT}/src/wrapped/wrappedglesv2.c" "${BOX64_ROOT}/src/wrapped/wrappedglib2.c" "${BOX64_ROOT}/src/wrapped/wrappedgmodule2.c" "${BOX64_ROOT}/src/wrapped/wrappedgmp.c" -- cgit 1.4.1