Update CMakeLists.txt (isle now links to wut)

This commit is contained in:
Lyelye150 2025-10-19 11:42:25 -04:00 committed by GitHub
parent c20a164467
commit 771c0fdc34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -595,6 +595,8 @@ if (ISLE_BUILD_APP)
endif()
if(WIIU) # this is the only way to stop miniaudio atomics error when building isle.rpx and lego1.rpl
target_sources(isle PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/atomic-dummy/atomic.c)
# now links wut
target_link_libraries(isle PRIVATE wut)
endif()
# Link LEGO1
target_link_libraries(isle PRIVATE lego1)