mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Update CMakeLists.txt (isle now links to wut)
This commit is contained in:
parent
c20a164467
commit
771c0fdc34
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user