mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-12 02:41:14 +00:00
Update CMakeLists.txt (MINIWIN (messed up))
This commit is contained in:
parent
419baa2738
commit
8d16b8df3b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user