examples cmake doesnt need win32

This commit is contained in:
IoI_xD 2026-04-14 23:04:13 -05:00
commit 83f5f7a820

View file

@ -6,7 +6,7 @@ file(
foreach(PATH IN LISTS EXAMPLES_BASIC_SOURCES)
get_filename_component(TARGET ${PATH} NAME_WE)
add_executable(${TARGET} WIN32 MACOSX_BUNDLE ${PATH})
add_executable(${TARGET} MACOSX_BUNDLE ${PATH})
target_link_libraries(
${TARGET}
PRIVATE