mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-17 15:42:06 -07:00
fix macos build
This commit is contained in:
@@ -238,8 +238,8 @@ endif()
|
||||
|
||||
if (UNICORN_FOUND)
|
||||
add_library(unicorn INTERFACE)
|
||||
target_link_libraries(unicorn INTERFACE "${UNICORN_LIBRARY}")
|
||||
target_include_directories(unicorn INTERFACE "${UNICORN_INCLUDE_DIR}")
|
||||
target_link_libraries(unicorn INTERFACE "${LIBUNICORN_LIBRARY}")
|
||||
target_include_directories(unicorn INTERFACE "${LIBUNICORN_INCLUDE_DIR}")
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT)
|
||||
|
Reference in New Issue
Block a user