about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-29 12:55:57 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-29 12:55:57 +0100
commit50250bd2ca6bd4e30486da9a55ffee0cebebc37d (patch)
tree82ca32449ae6bc296f918baf55e1f5aba60b1dda /CMakeLists.txt
parent0e71c3a2ac67f9c77d27571f3e70429aefded5d5 (diff)
downloadbox64-50250bd2ca6bd4e30486da9a55ffee0cebebc37d.tar.gz
box64-50250bd2ca6bd4e30486da9a55ffee0cebebc37d.zip
Added wrapped support for EGL/GLESv2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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"