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()
endif() endif()
if(NOT WIIU) # comment out for now
message(STATUS "Enabling GX2 renderer") # if(NOT WIIU)
target_sources(miniwin PRIVATE src/d3drm/backends/gx2/renderer.cpp) #  message(STATUS "Enabling GX2 renderer")
target_link_libraries(miniwin PRIVATE wut) # target_sources(miniwin PRIVATE src/d3drm/backends/gx2/renderer.cpp)
list(APPEND GRAPHICS_BACKENDS USE_GX2) # target_link_libraries(miniwin PRIVATE wut)
endif() # list(APPEND GRAPHICS_BACKENDS USE_GX2)
# endif()
if(WIN32 AND NOT WINDOWS_STORE) if(WIN32 AND NOT WINDOWS_STORE)
target_sources(miniwin PRIVATE target_sources(miniwin PRIVATE