gl cmake doesnt need win32

This commit is contained in:
IoI_xD 2026-04-14 23:04:39 -05:00
commit aac2b410c0

View file

@ -10,7 +10,7 @@ foreach(PATH IN LISTS EXAMPLES_GL_SOURCES)
if(${TARGET} STREQUAL "glutlayer")
continue()
endif()
add_executable(${TARGET} WIN32 MACOSX_BUNDLE ${PATH})
add_executable(${TARGET} MACOSX_BUNDLE ${PATH})
target_link_libraries(
${TARGET}
PRIVATE