mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-23 07:21:16 +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()
|
endif()
|
||||||
if(WIIU) # this is the only way to stop miniaudio atomics error when building isle.rpx and lego1.rpl
|
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)
|
target_sources(isle PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/atomic-dummy/atomic.c)
|
||||||
|
# now links wut
|
||||||
|
target_link_libraries(isle PRIVATE wut)
|
||||||
endif()
|
endif()
|
||||||
# Link LEGO1
|
# Link LEGO1
|
||||||
target_link_libraries(isle PRIVATE lego1)
|
target_link_libraries(isle PRIVATE lego1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user