Fix CMake backend compile definition typo

This commit is contained in:
GPF 2026-06-27 19:16:14 -07:00
parent 488968ce61
commit 424765b07d

View File

@ -57,7 +57,7 @@ add_library(GL STATIC
)
set_target_properties(GL PROPERTIES
COMPILE_DEFINITIONS -DBACKEND_${BACKEND_UPPER}
COMPILE_DEFINITIONS BACKEND_${BACKEND_UPPER}
C_STANDARD 99
INTERPROCEDURAL_OPTIMIZATION ${FLTO_SUPPORTED}
PUBLIC_HEADER "include/GL/gl.h;include/GL/glext.h;include/GL/glkos.h"