mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 20:38:57 +02:00
fix shit?
This commit is contained in:
parent
dfe295ff75
commit
09e5814c58
2 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ set_target_properties(eden-ios PROPERTIES
|
|||
XCODE_ATTRIBUTE_SWIFT_OBJC_BRIDGING_HEADER "${CMAKE_CURRENT_SOURCE_DIR}/AppUI-Bridging-Header.h"
|
||||
)
|
||||
|
||||
target_link_libraries(eden-ios PRIVATE common core input_common frontend_common video_core glad)
|
||||
target_link_libraries(eden-ios PRIVATE common core input_common frontend_common shader_recompiler video_core glad)
|
||||
target_link_libraries(eden-ios PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
||||
target_link_libraries(eden-ios PRIVATE SDL2::SDL2)
|
||||
target_link_libraries(eden-ios PRIVATE SDL2::SDL2 sirit::sirit)
|
||||
create_target_directory_groups(eden-ios)
|
||||
target_compile_options(eden-ios PRIVATE
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:-Wno-conversion>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <SDL.h>
|
||||
|
||||
#include "common/logging/log.h"
|
||||
#include "common/logging.h"
|
||||
#include "input_common/drivers/touch_screen.h"
|
||||
#include "input_common/drivers/virtual_amiibo.h"
|
||||
#include "input_common/drivers/virtual_gamepad.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue