Update CMakeLists.txt (MINIWIN (messed up))

This commit is contained in:
Lyelye150 2025-10-18 21:24:02 -04:00 committed by GitHub
parent 419baa2738
commit 8d16b8df3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,12 +90,13 @@ if(NINTENDO_3DS)
endif()
endif()
if(NOT WIIU)
message(STATUS "Enabling GX2 renderer")
target_sources(miniwin PRIVATE src/d3drm/backends/gx2/renderer.cpp)
target_link_libraries(miniwin PRIVATE wut)
list(APPEND GRAPHICS_BACKENDS USE_GX2)
endif()
# comment out for now
# if(NOT WIIU)
#  message(STATUS "Enabling GX2 renderer")
# target_sources(miniwin PRIVATE src/d3drm/backends/gx2/renderer.cpp)
# target_link_libraries(miniwin PRIVATE wut)
# list(APPEND GRAPHICS_BACKENDS USE_GX2)
# endif()
if(WIN32 AND NOT WINDOWS_STORE)
target_sources(miniwin PRIVATE