mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-18 21:31:16 +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()
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user